Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Autofac from 8.1.1 to 8.2.0 in the autofac group #97

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Core/Bones.Shared.Backend/Bones.Shared.Backend.csproj
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.10.0" />
<!-- End Aspire -->

<PackageReference Include="Autofac" Version="8.1.1" />
<PackageReference Include="Autofac" Version="8.2.0" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="10.0.0" />
<PackageReference Include="FluentValidation" Version="11.11.0" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" Version="11.11.0" />

Unchanged files with check annotations Beta

{
migrationBuilder.DropForeignKey(
name: "FK_Assets_Items_ItemId",
schema: "AssetManagement",

Check warning on line 16 in Core/Bones.Database/Migrations/20241003042835_Rename.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'AssetManagement' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
table: "Assets");

Check warning on line 17 in Core/Bones.Database/Migrations/20241003042835_Rename.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'Assets' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
migrationBuilder.DropForeignKey(
name: "FK_WorkItems_Items_ItemId",
schema: "WorkItemManagement",

Check warning on line 21 in Core/Bones.Database/Migrations/20241003042835_Rename.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'WorkItemManagement' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
table: "WorkItems");

Check warning on line 22 in Core/Bones.Database/Migrations/20241003042835_Rename.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'WorkItems' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
migrationBuilder.DropTable(
name: "ItemFieldListEntries",
schema: "GenericItems");

Check warning on line 26 in Core/Bones.Database/Migrations/20241003042835_Rename.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'GenericItems' 70 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
migrationBuilder.DropTable(
name: "ItemValues",

Check warning on line 29 in Core/Bones.Database/Migrations/20241003042835_Rename.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'ItemValues' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
schema: "GenericItems");
migrationBuilder.DropTable(
protected override void Up(MigrationBuilder migrationBuilder)
{
migrationBuilder.EnsureSchema(
name: "AssetManagement");

Check warning on line 17 in Core/Bones.Database/Migrations/20241003032709_Initial.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'AssetManagement' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
migrationBuilder.EnsureSchema(
name: "OrganizationManagement");

Check warning on line 20 in Core/Bones.Database/Migrations/20241003032709_Initial.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'OrganizationManagement' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
migrationBuilder.EnsureSchema(
name: "AccountManagement");

Check warning on line 23 in Core/Bones.Database/Migrations/20241003032709_Initial.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'AccountManagement' 30 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
migrationBuilder.EnsureSchema(
name: "SystemQueues");

Check warning on line 26 in Core/Bones.Database/Migrations/20241003032709_Initial.cs

GitHub Actions / SonarCloud Scan

Define a constant instead of using this literal 'SystemQueues' 9 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
migrationBuilder.EnsureSchema(
name: "ProjectManagement");