Browse Source

Logging config changes (#1935)

* Logging config changes

* Regenerated packages.lock.json files

* fixed up more typos and regenerated json
pull/1944/head
sneakernuts 4 years ago committed by GitHub
parent
commit
0e88720d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      bitwarden_license/src/Sso/Sso.csproj
  2. 6
      bitwarden_license/src/Sso/newrelic.config
  3. 16
      bitwarden_license/src/Sso/packages.lock.json
  4. 34
      bitwarden_license/test/CmmCore.Test/packages.lock.json
  5. 1
      src/Admin/Admin.csproj
  6. 6
      src/Admin/newrelic.config
  7. 20
      src/Admin/packages.lock.json
  8. 1
      src/Api/Api.csproj
  9. 6
      src/Api/newrelic.config
  10. 18
      src/Api/packages.lock.json
  11. 1
      src/Billing/Billing.csproj
  12. 6
      src/Billing/newrelic.config
  13. 16
      src/Billing/packages.lock.json
  14. 4
      src/Events/Events.csproj
  15. 6
      src/Events/newrelic.config
  16. 16
      src/Events/packages.lock.json
  17. 10
      src/EventsProcessor/packages.lock.json
  18. 4
      src/Identity/Identity.csproj
  19. 6
      src/Identity/newrelic.config
  20. 16
      src/Identity/packages.lock.json
  21. 1
      src/Notifications/Notifications.csproj
  22. 6
      src/Notifications/newrelic.config
  23. 16
      src/Notifications/packages.lock.json
  24. 2
      test/Api.Test/Api.Test.csproj
  25. 28
      test/Api.Test/packages.lock.json
  26. 33
      test/Billing.Test/packages.lock.json
  27. 24
      test/Common/packages.lock.json
  28. 2
      test/Core.Test/Core.Test.csproj
  29. 28
      test/Core.Test/packages.lock.json
  30. 14
      test/Icons.Test/packages.lock.json
  31. 2
      test/Identity.Test/Identity.Test.csproj
  32. 33
      test/Identity.Test/packages.lock.json
  33. 24
      util/MySqlMigrations/packages.lock.json
  34. 24
      util/PostgresMigrations/packages.lock.json

1
bitwarden_license/src/Sso/Sso.csproj

@ -5,7 +5,6 @@ @@ -5,7 +5,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
<PackageReference Include="Sustainsys.Saml2.AspNetCore2" Version="2.8.0" />
</ItemGroup>

6
bitwarden_license/src/Sso/newrelic.config

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
<?xml version="1.0"?>
<configuration xmlns="urn:newrelic-config">
<application></application>
<service licenseKey="SECRET"></service>
<log directory="/home/LogFiles/NewRelic" level="info"></log>
</configuration>

16
bitwarden_license/src/Sso/packages.lock.json

@ -2,12 +2,6 @@ @@ -2,12 +2,6 @@
"version": 1,
"dependencies": {
".NETCoreApp,Version=v5.0": {
"NewRelic.Agent": {
"type": "Direct",
"requested": "[8.41.0, )",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Sustainsys.Saml2.AspNetCore2": {
"type": "Direct",
"requested": "[2.8.0, )",
@ -3398,7 +3392,7 @@ @@ -3398,7 +3392,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3407,7 +3401,7 @@ @@ -3407,7 +3401,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3417,9 +3411,9 @@ @@ -3417,9 +3411,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

34
bitwarden_license/test/CmmCore.Test/packages.lock.json

@ -1512,11 +1512,6 @@ @@ -1512,11 +1512,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3532,27 +3527,26 @@ @@ -3532,27 +3527,26 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3600,11 +3594,11 @@ @@ -3600,11 +3594,11 @@
"core.test": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Common": "1.46.2",
"Core": "1.46.2",
"Common": "1.47.1",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"Moq": "4.16.1",
"NSubstitute": "4.2.2",
@ -3614,7 +3608,7 @@ @@ -3614,7 +3608,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3623,7 +3617,7 @@ @@ -3623,7 +3617,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3633,9 +3627,9 @@ @@ -3633,9 +3627,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

1
src/Admin/Admin.csproj

@ -21,7 +21,6 @@ @@ -21,7 +21,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.21.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
</ItemGroup>
</Project>

6
src/Admin/newrelic.config

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
<?xml version="1.0"?>
<configuration xmlns="urn:newrelic-config">
<application></application>
<service licenseKey="SECRET"></service>
<log directory="/home/LogFiles/NewRelic" level="info"></log>
</configuration>

20
src/Admin/packages.lock.json

@ -31,12 +31,6 @@ @@ -31,12 +31,6 @@
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "5.0.2"
}
},
"NewRelic.Agent": {
"type": "Direct",
"requested": "[8.41.0, )",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"AspNetCoreRateLimit": {
"type": "Transitive",
"resolved": "2.1.0",
@ -3422,7 +3416,7 @@ @@ -3422,7 +3416,7 @@
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"core": {
@ -3467,7 +3461,7 @@ @@ -3467,7 +3461,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3476,7 +3470,7 @@ @@ -3476,7 +3470,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3486,7 +3480,7 @@ @@ -3486,7 +3480,7 @@
"migrator": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.Extensions.Logging": "5.0.0",
"dbup-sqlserver": "4.4.0"
}
@ -3494,9 +3488,9 @@ @@ -3494,9 +3488,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

1
src/Api/Api.csproj

@ -31,7 +31,6 @@ @@ -31,7 +31,6 @@
<ItemGroup>
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.7.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.9" />
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
</ItemGroup>

6
src/Api/newrelic.config

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
<?xml version="1.0"?>
<configuration xmlns="urn:newrelic-config">
<application></application>
<service licenseKey="SECRET"></service>
<log directory="/home/LogFiles/NewRelic" level="info"></log>
</configuration>

18
src/Api/packages.lock.json

@ -24,12 +24,6 @@ @@ -24,12 +24,6 @@
"Newtonsoft.Json.Bson": "1.0.2"
}
},
"NewRelic.Agent": {
"type": "Direct",
"requested": "[8.41.0, )",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Swashbuckle.AspNetCore": {
"type": "Direct",
"requested": "[6.2.3, )",
@ -3361,7 +3355,7 @@ @@ -3361,7 +3355,7 @@
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"core": {
@ -3406,7 +3400,7 @@ @@ -3406,7 +3400,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3415,7 +3409,7 @@ @@ -3415,7 +3409,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3425,9 +3419,9 @@ @@ -3425,9 +3419,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

1
src/Billing/Billing.csproj

@ -12,7 +12,6 @@ @@ -12,7 +12,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
</ItemGroup>
</Project>

6
src/Billing/newrelic.config

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
<?xml version="1.0"?>
<configuration xmlns="urn:newrelic-config">
<application></application>
<service licenseKey="SECRET"></service>
<log directory="/home/LogFiles/NewRelic" level="info"></log>
</configuration>

16
src/Billing/packages.lock.json

@ -11,12 +11,6 @@ @@ -11,12 +11,6 @@
"Microsoft.VisualStudio.Web.CodeGenerators.Mvc": "5.0.2"
}
},
"NewRelic.Agent": {
"type": "Direct",
"requested": "[8.41.0, )",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"AspNetCoreRateLimit": {
"type": "Transitive",
"resolved": "2.1.0",
@ -3430,7 +3424,7 @@ @@ -3430,7 +3424,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3439,7 +3433,7 @@ @@ -3439,7 +3433,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3449,9 +3443,9 @@ @@ -3449,9 +3443,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

4
src/Events/Events.csproj

@ -10,8 +10,4 @@ @@ -10,8 +10,4 @@
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
</ItemGroup>
</Project>

6
src/Events/newrelic.config

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
<?xml version="1.0"?>
<configuration xmlns="urn:newrelic-config">
<application></application>
<service licenseKey="SECRET"></service>
<log directory="/home/LogFiles/NewRelic" level="info"></log>
</configuration>

16
src/Events/packages.lock.json

@ -2,12 +2,6 @@ @@ -2,12 +2,6 @@
"version": 1,
"dependencies": {
".NETCoreApp,Version=v5.0": {
"NewRelic.Agent": {
"type": "Direct",
"requested": "[8.41.0, )",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"AspNetCoreRateLimit": {
"type": "Transitive",
"resolved": "2.1.0",
@ -3339,7 +3333,7 @@ @@ -3339,7 +3333,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3348,7 +3342,7 @@ @@ -3348,7 +3342,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3358,9 +3352,9 @@ @@ -3358,9 +3352,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

10
src/EventsProcessor/packages.lock.json

@ -3333,7 +3333,7 @@ @@ -3333,7 +3333,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3342,7 +3342,7 @@ @@ -3342,7 +3342,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3352,9 +3352,9 @@ @@ -3352,9 +3352,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

4
src/Identity/Identity.csproj

@ -10,8 +10,4 @@ @@ -10,8 +10,4 @@
<ProjectReference Include="..\Core\Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
</ItemGroup>
</Project>

6
src/Identity/newrelic.config

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
<?xml version="1.0"?>
<configuration xmlns="urn:newrelic-config">
<application></application>
<service licenseKey="SECRET"></service>
<log directory="/home/LogFiles/NewRelic" level="info"></log>
</configuration>

16
src/Identity/packages.lock.json

@ -2,12 +2,6 @@ @@ -2,12 +2,6 @@
"version": 1,
"dependencies": {
".NETCoreApp,Version=v5.0": {
"NewRelic.Agent": {
"type": "Direct",
"requested": "[8.41.0, )",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"AspNetCoreRateLimit": {
"type": "Transitive",
"resolved": "2.1.0",
@ -3339,7 +3333,7 @@ @@ -3339,7 +3333,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3348,7 +3342,7 @@ @@ -3348,7 +3342,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3358,9 +3352,9 @@ @@ -3358,9 +3352,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

1
src/Notifications/Notifications.csproj

@ -7,7 +7,6 @@ @@ -7,7 +7,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="5.0.9" />
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
</ItemGroup>
<ItemGroup>

6
src/Notifications/newrelic.config

@ -1,6 +0,0 @@ @@ -1,6 +0,0 @@
<?xml version="1.0"?>
<configuration xmlns="urn:newrelic-config">
<application></application>
<service licenseKey="SECRET"></service>
<log directory="/home/LogFiles/NewRelic" level="info"></log>
</configuration>

16
src/Notifications/packages.lock.json

@ -23,12 +23,6 @@ @@ -23,12 +23,6 @@
"StackExchange.Redis": "2.0.593"
}
},
"NewRelic.Agent": {
"type": "Direct",
"requested": "[8.41.0, )",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"AspNetCoreRateLimit": {
"type": "Transitive",
"resolved": "2.1.0",
@ -3433,7 +3427,7 @@ @@ -3433,7 +3427,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3442,7 +3436,7 @@ @@ -3442,7 +3436,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3452,9 +3446,9 @@ @@ -3452,9 +3446,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

2
test/Api.Test/Api.Test.csproj

@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Api\Api.csproj" />
<ProjectReference Include="..\..\src\Core\Core.csproj" />
<ProjectReference Include="..\common\Common.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
</Project>

28
test/Api.Test/packages.lock.json

@ -1514,11 +1514,6 @@ @@ -1514,11 +1514,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3525,27 +3520,26 @@ @@ -3525,27 +3520,26 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3593,7 +3587,7 @@ @@ -3593,7 +3587,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3602,7 +3596,7 @@ @@ -3602,7 +3596,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3612,9 +3606,9 @@ @@ -3612,9 +3606,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

33
test/Billing.Test/packages.lock.json

@ -1586,11 +1586,6 @@ @@ -1586,11 +1586,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3616,36 +3611,34 @@ @@ -3616,36 +3611,34 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"billing": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.VisualStudio.Web.CodeGeneration.Design": "5.0.2",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2"
"SharedWeb": "1.47.1"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3693,7 +3686,7 @@ @@ -3693,7 +3686,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3702,7 +3695,7 @@ @@ -3702,7 +3695,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3712,9 +3705,9 @@ @@ -3712,9 +3705,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

24
test/Common/packages.lock.json

@ -1509,11 +1509,6 @@ @@ -1509,11 +1509,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3520,18 +3515,17 @@ @@ -3520,18 +3515,17 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"core": {
@ -3576,7 +3570,7 @@ @@ -3576,7 +3570,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3585,7 +3579,7 @@ @@ -3585,7 +3579,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3595,9 +3589,9 @@ @@ -3595,9 +3589,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

2
test/Core.Test/Core.Test.csproj

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Core\Core.csproj" />
<ProjectReference Include="..\..\src\Api\Api.csproj" />
<ProjectReference Include="..\common\Common.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="Utilities\data\embeddedResource.txt" />

28
test/Core.Test/packages.lock.json

@ -1525,11 +1525,6 @@ @@ -1525,11 +1525,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3536,27 +3531,26 @@ @@ -3536,27 +3531,26 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3604,7 +3598,7 @@ @@ -3604,7 +3598,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3613,7 +3607,7 @@ @@ -3613,7 +3607,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3623,9 +3617,9 @@ @@ -3623,9 +3617,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

14
test/Icons.Test/packages.lock.json

@ -3473,14 +3473,14 @@ @@ -3473,14 +3473,14 @@
"type": "Project",
"dependencies": {
"AngleSharp": "0.14.0",
"Core": "1.46.2",
"SharedWeb": "1.46.2"
"Core": "1.47.1",
"SharedWeb": "1.47.1"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3489,7 +3489,7 @@ @@ -3489,7 +3489,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3499,9 +3499,9 @@ @@ -3499,9 +3499,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

2
test/Identity.Test/Identity.Test.csproj

@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\Core\Core.csproj" />
<ProjectReference Include="..\..\src\Identity\Identity.csproj" />
<ProjectReference Include="..\common\Common.csproj" />
<ProjectReference Include="..\Common\Common.csproj" />
</ItemGroup>
</Project>

33
test/Identity.Test/packages.lock.json

@ -1514,11 +1514,6 @@ @@ -1514,11 +1514,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3525,27 +3520,26 @@ @@ -3525,27 +3520,26 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"common": {
"type": "Project",
"dependencies": {
"Api": "1.46.2",
"Api": "1.47.1",
"AutoFixture.AutoNSubstitute": "4.14.0",
"AutoFixture.Xunit2": "4.14.0",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.NET.Test.Sdk": "16.6.1",
"NSubstitute": "4.2.2",
"xunit": "2.4.1"
@ -3593,15 +3587,14 @@ @@ -3593,15 +3587,14 @@
"identity": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2"
"Core": "1.47.1",
"SharedWeb": "1.47.1"
}
},
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3610,7 +3603,7 @@ @@ -3610,7 +3603,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3620,9 +3613,9 @@ @@ -3620,9 +3613,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

24
util/MySqlMigrations/packages.lock.json

@ -1412,11 +1412,6 @@ @@ -1412,11 +1412,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3374,18 +3369,17 @@ @@ -3374,18 +3369,17 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"core": {
@ -3430,7 +3424,7 @@ @@ -3430,7 +3424,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3439,7 +3433,7 @@ @@ -3439,7 +3433,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3449,9 +3443,9 @@ @@ -3449,9 +3443,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

24
util/PostgresMigrations/packages.lock.json

@ -1412,11 +1412,6 @@ @@ -1412,11 +1412,6 @@
"System.Xml.XDocument": "4.3.0"
}
},
"NewRelic.Agent": {
"type": "Transitive",
"resolved": "8.41.0",
"contentHash": "Bg4gOSPWZgFg4aDTt2mclPkYDipK62O+D1y0fN10J/kpJl1Ecg6rfHulLOzXdB522ujVyLHF6Dga61FLRNzIYA=="
},
"Newtonsoft.Json": {
"type": "Transitive",
"resolved": "12.0.3",
@ -3374,18 +3369,17 @@ @@ -3374,18 +3369,17 @@
"type": "Project",
"dependencies": {
"Azure.Messaging.EventGrid": "4.7.0",
"CommCore": "1.46.2",
"Core": "1.46.2",
"CommCore": "1.47.1",
"Core": "1.47.1",
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
"NewRelic.Agent": "8.41.0",
"SharedWeb": "1.46.2",
"SharedWeb": "1.47.1",
"Swashbuckle.AspNetCore": "6.2.3"
}
},
"commcore": {
"type": "Project",
"dependencies": {
"Core": "1.46.2"
"Core": "1.47.1"
}
},
"core": {
@ -3430,7 +3424,7 @@ @@ -3430,7 +3424,7 @@
"infrastructure.dapper": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Core": "1.47.1",
"Dapper": "2.0.123",
"System.Data.SqlClient": "4.8.3"
}
@ -3439,7 +3433,7 @@ @@ -3439,7 +3433,7 @@
"type": "Project",
"dependencies": {
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
"Core": "1.46.2",
"Core": "1.47.1",
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
@ -3449,9 +3443,9 @@ @@ -3449,9 +3443,9 @@
"sharedweb": {
"type": "Project",
"dependencies": {
"Core": "1.46.2",
"Infrastructure.Dapper": "1.46.2",
"Infrastructure.EntityFramework": "1.46.2"
"Core": "1.47.1",
"Infrastructure.Dapper": "1.47.1",
"Infrastructure.EntityFramework": "1.47.1"
}
}
}

Loading…
Cancel
Save