|
| 1 | +Issue-ID,Beschreibung,Status,Schweregrad,Story Points,Projektpfad,Art des Speicherorts,Pfad,Linie,Spalte,Incident-ID,Hilfelink,Assemblyname,Assemblyversion,Öffentlicher Schlüssel für Assembly.,Ausschnitt |
| 2 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,BenchmarkSuite1\BenchmarkSuite1.csproj,File,BenchmarkSuite1\BenchmarkSuite1.csproj,,,Microsoft.EntityFrameworkCore.InMemory 9.0.6,,,,,"Microsoft.EntityFrameworkCore.InMemory, 9.0.6 Empfehlung: Remove Microsoft.EntityFrameworkCore.InMemory, and replace with new package Microsoft.EntityFrameworkCore.InMemory 10.0.3" |
| 3 | +Project.0002,Die Zielframeworks des Projekts müssen geändert werden,Active,Mandatory,1,BenchmarkSuite1\BenchmarkSuite1.csproj,File,BenchmarkSuite1\BenchmarkSuite1.csproj,,,,,,,,Aktuelles Zielframework: net9.0 Empfohlenes Zielframework: net10.0 |
| 4 | +Project.0002,Die Zielframeworks des Projekts müssen geändert werden,Active,Mandatory,1,DataEntities\DataEntities.csproj,File,DataEntities\DataEntities.csproj,,,,,,,,Aktuelles Zielframework: net9.0 Empfohlenes Zielframework: net10.0 |
| 5 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,Products\Products.csproj,File,Products\Products.csproj,,,System.Text.Json 9.0.6,,,,,"System.Text.Json, 9.0.6 Empfehlung: Remove System.Text.Json, and replace with new package System.Text.Json 10.0.3" |
| 6 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,Products\Products.csproj,File,Products\Products.csproj,,,System.Formats.Asn1 9.0.6,,,,,"System.Formats.Asn1, 9.0.6 Empfehlung: Remove System.Formats.Asn1, and replace with new package System.Formats.Asn1 10.0.3" |
| 7 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,Products\Products.csproj,File,Products\Products.csproj,,,Microsoft.EntityFrameworkCore.SqlServer 9.0.6,,,,,"Microsoft.EntityFrameworkCore.SqlServer, 9.0.6 Empfehlung: Remove Microsoft.EntityFrameworkCore.SqlServer, and replace with new package Microsoft.EntityFrameworkCore.SqlServer 10.0.3" |
| 8 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,Products\Products.csproj,File,Products\Products.csproj,,,Microsoft.EntityFrameworkCore.Tools 9.0.6,,,,,"Microsoft.EntityFrameworkCore.Tools, 9.0.6 Empfehlung: Remove Microsoft.EntityFrameworkCore.Tools, and replace with new package Microsoft.EntityFrameworkCore.Tools 10.0.3" |
| 9 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,Products\Products.csproj,File,Products\Products.csproj,,,Microsoft.VisualStudio.Web.CodeGeneration.Design 9.0.0,,,,,"Microsoft.VisualStudio.Web.CodeGeneration.Design, 9.0.0 Empfehlung: Remove Microsoft.VisualStudio.Web.CodeGeneration.Design, and replace with new package Microsoft.VisualStudio.Web.CodeGeneration.Design 10.0.2" |
| 10 | +Project.0002,Die Zielframeworks des Projekts müssen geändert werden,Active,Mandatory,1,Products\Products.csproj,File,Products\Products.csproj,,,,,,,,Aktuelles Zielframework: net9.0 Empfohlenes Zielframework: net10.0 |
| 11 | +Project.0002,Die Zielframeworks des Projekts müssen geändert werden,Active,Mandatory,1,Store\Store.csproj,File,Store\Store.csproj,,,,,,,,Aktuelles Zielframework: net9.0 Empfohlenes Zielframework: net10.0 |
| 12 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\obj\Release\net9.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Components/Pages/ProductsDebug_razor.g.cs,631,11,T:System.Uri,,,,,"return httpClient?.BaseAddress?.ToString() ?? ""Unknown"";" |
| 13 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\obj\Release\net9.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Components/Pages/About_razor.g.cs,140,8,T:System.Uri,,,,,var uri = new Uri(NavigationManager.Uri); |
| 14 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\obj\Release\net9.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Components/Pages/About_razor.g.cs,140,8,M:System.Uri.#ctor(System.String),,,,,var uri = new Uri(NavigationManager.Uri); |
| 15 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\Services\ProductService.cs,72,8,T:System.Net.Http.HttpContent,,,,,return await response.Content.ReadFromJsonAsync<Product>(); |
| 16 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\Services\ProductService.cs,58,12,T:System.Net.Http.HttpContent,,,,,return await response.Content.ReadFromJsonAsync(ProductSerializerContext.Default.ListProduct) ?? new List<Product>(); |
| 17 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\Services\ProductService.cs,41,16,T:System.Net.Http.HttpContent,,,,,products = await response.Content.ReadFromJsonAsync(ProductSerializerContext.Default.ListProduct); |
| 18 | +Api.0002,Die Quelle ist mit der ausgewählten .NET-Version inkompatibel.,Active,Potential,1,Store\Store.csproj,File,Store\Services\ProductService.cs,31,12,M:System.TimeSpan.FromMinutes(System.Int64),,,,,entry.AbsoluteExpirationRelativeToNow = TimeSpan.FromMinutes(5); |
| 19 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\Program.cs,29,4,"M:Microsoft.AspNetCore.Builder.ExceptionHandlerExtensions.UseExceptionHandler(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.String,System.Boolean)",,,,,"app.UseExceptionHandler(""/Error"", createScopeForErrors: true);" |
| 20 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\Program.cs,12,4,T:System.Uri,,,,,c.BaseAddress = new(url); |
| 21 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\Program.cs,12,4,M:System.Uri.#ctor(System.String),,,,,c.BaseAddress = new(url); |
| 22 | +Api.0003,Verhaltensänderung bei ausgewählter .NET-Version,Active,Potential,1,Store\Store.csproj,File,Store\Program.cs,12,4,T:System.Uri,,,,,c.BaseAddress = new(url); |
| 23 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,File,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,,,Microsoft.Extensions.Http.Resilience 9.6.0,,,,,"Microsoft.Extensions.Http.Resilience, 9.6.0 Empfehlung: Remove Microsoft.Extensions.Http.Resilience, and replace with new package Microsoft.Extensions.Http.Resilience 10.3.0" |
| 24 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,File,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,,,Microsoft.Extensions.ServiceDiscovery 9.3.1,,,,,"Microsoft.Extensions.ServiceDiscovery, 9.3.1 Empfehlung: Remove Microsoft.Extensions.ServiceDiscovery, and replace with new package Microsoft.Extensions.ServiceDiscovery 10.3.0" |
| 25 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,File,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,,,OpenTelemetry.Instrumentation.AspNetCore 1.12.0,,,,,"OpenTelemetry.Instrumentation.AspNetCore, 1.12.0 Empfehlung: Remove OpenTelemetry.Instrumentation.AspNetCore, and replace with new package OpenTelemetry.Instrumentation.AspNetCore 1.15.0" |
| 26 | +NuGet.0002,Ein NuGet-Paketupgrade wird empfohlen,Active,Potential,1,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,File,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,,,OpenTelemetry.Instrumentation.Http 1.12.0,,,,,"OpenTelemetry.Instrumentation.Http, 1.12.0 Empfehlung: Remove OpenTelemetry.Instrumentation.Http, and replace with new package OpenTelemetry.Instrumentation.Http 1.15.0" |
| 27 | +Project.0002,Die Zielframeworks des Projekts müssen geändert werden,Active,Mandatory,1,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,File,TinyShop.ServiceDefaults\TinyShop.ServiceDefaults.csproj,,,,,,,,Aktuelles Zielframework: net9.0 Empfohlenes Zielframework: net10.0 |
0 commit comments