Add .NET 10 support to all core libraries #2807
Annotations
18 errors and 25 warnings
|
test-slow (net10.0, tests/Proto.Cluster.PubSub.Tests/*.csproj)
Process completed with exit code 1.
|
|
test-slow (net10.0, tests/Proto.Cluster.PubSub.Tests/*.csproj)
Assets file '/home/runner/work/protoactor-dotnet/protoactor-dotnet/tests/Proto.Cluster.PubSub.Tests/obj/project.assets.json' doesn't have a target for 'net10.0'. Ensure that restore has run and that you have included 'net10.0' in the TargetFrameworks for your project.
|
|
test-slow (net10.0, tests/Proto.Cluster.PartitionIdentity.Tests/*.csproj)
The strategy configuration was canceled because "test-slow.net10_0_tests_Proto_Clu_4" failed
|
|
test-slow (net10.0, tests/Proto.Cluster.PartitionIdentity.Tests/*.csproj)
Process completed with exit code 1.
|
|
test-slow (net10.0, tests/Proto.Cluster.PartitionIdentity.Tests/*.csproj)
Assets file '/home/runner/work/protoactor-dotnet/protoactor-dotnet/tests/Proto.Cluster.PartitionIdentity.Tests/obj/project.assets.json' doesn't have a target for 'net10.0'. Ensure that restore has run and that you have included 'net10.0' in the TargetFrameworks for your project.
|
|
test-slow (net10.0, tests/Proto.Cluster.Tests/*.csproj)
The strategy configuration was canceled because "test-slow.net10_0_tests_Proto_Clu_4" failed
|
|
test-slow (net10.0, tests/Proto.Cluster.Tests/*.csproj)
The operation was canceled.
|
|
test-slow (net10.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
The strategy configuration was canceled because "test-slow.net10_0_tests_Proto_Clu_4" failed
|
|
test-slow (net10.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
The operation was canceled.
|
|
test-slow (net10.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
Assets file '/home/runner/work/protoactor-dotnet/protoactor-dotnet/tests/Proto.Cluster.RedisIdentity.Tests/obj/project.assets.json' doesn't have a target for 'net10.0'. Ensure that restore has run and that you have included 'net10.0' in the TargetFrameworks for your project.
|
|
test-slow (net8.0, tests/Proto.Cluster.PartitionIdentity.Tests/*.csproj)
The strategy configuration was canceled because "test-slow.net10_0_tests_Proto_Clu_4" failed
|
|
test-slow (net8.0, tests/Proto.Cluster.PartitionIdentity.Tests/*.csproj)
The operation was canceled.
|
|
test-slow (net8.0, tests/Proto.Cluster.Tests/*.csproj)
The strategy configuration was canceled because "test-slow.net10_0_tests_Proto_Clu_4" failed
|
|
test-slow (net8.0, tests/Proto.Cluster.Tests/*.csproj)
The operation was canceled.
|
|
test-slow (net8.0, tests/Proto.Cluster.PubSub.Tests/*.csproj)
The strategy configuration was canceled because "test-slow.net10_0_tests_Proto_Clu_4" failed
|
|
test-slow (net8.0, tests/Proto.Cluster.PubSub.Tests/*.csproj)
The operation was canceled.
|
|
test-slow (net8.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
The strategy configuration was canceled because "test-slow.net10_0_tests_Proto_Clu_4" failed
|
|
test-slow (net8.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
The operation was canceled.
|
|
test-slow (net8.0, tests/Proto.Cluster.Tests/*.csproj)
The variable 'e' is declared but never used
|
|
test-slow (net8.0, tests/Proto.Cluster.Tests/*.csproj)
The variable 'e' is declared but never used
|
|
test-slow (net8.0, tests/Proto.Cluster.Tests/*.csproj)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test-slow (net8.0, tests/Proto.Cluster.Tests/*.csproj)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test-slow (net8.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
The variable 'e' is declared but never used
|
|
test-slow (net8.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
The variable 'e' is declared but never used
|
|
test-slow (net8.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test-slow (net8.0, tests/Proto.Cluster.RedisIdentity.Tests/*.csproj)
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test-fast (tests/Proto.OpenTelemetry.Tests/*.csproj)
Argument of type 'Dictionary<string, string?>' cannot be used for parameter 'baggageItems' of type 'Dictionary<string, string>' in 'Baggage Baggage.Create(Dictionary<string, string>? baggageItems = null)' due to differences in the nullability of reference types.
|
|
test-fast (tests/Proto.OpenTelemetry.Tests/*.csproj)
'ActivityExtensions.GetStatus(Activity?)' is obsolete: 'Use Activity.Status and Activity.StatusDescription instead this method will be removed in a future version.'
|
|
test-fast (tests/Proto.OpenTelemetry.Tests/*.csproj)
Possible null reference argument for parameter 'provider' in 'bool MeterProviderExtensions.ForceFlush(MeterProvider provider, int timeoutMilliseconds = -1)'.
|
|
test-fast (tests/Proto.Actor.Tests/*.csproj)
Possible null reference argument for parameter 'message' in 'void ISenderContext.Send(PID target, object message)'.
|
|
test-fast (tests/Proto.Actor.Tests/*.csproj)
Possible null reference argument for parameter 'message' in 'void ISenderContext.Send(PID target, object message)'.
|
|
test-fast (tests/Proto.Actor.Tests/*.csproj)
Possible null reference argument for parameter 'message' in 'void ISenderContext.Send(PID target, object message)'.
|
|
test-fast (tests/Proto.Actor.Tests/*.csproj)
Possible null reference argument for parameter 'message' in 'void ISenderContext.Send(PID target, object message)'.
|
|
build
The using directive for 'Proto.Remote' appeared previously in this namespace
|
|
build
'WebHostBuilder' is obsolete: 'WebHostBuilder is deprecated in favor of HostBuilder and WebApplicationBuilder. For more information, visit https://aka.ms/aspnet/deprecate/004.' (https://aka.ms/aspnet/deprecate/004)
|
|
build
'IWebHost' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
build
'IWebHost' is obsolete: 'IWebHost is obsolete. Use IHost instead. For more information, visit https://aka.ms/aspnet/deprecate/008.' (https://aka.ms/aspnet/deprecate/008)
|
|
build
'AnalyzerVerifier<TAnalyzer>' is obsolete: 'https://github.com/dotnet/roslyn-sdk/blob/main/src/Microsoft.CodeAnalysis.Testing/README.md#obsolete-packages'
|
|
build
'AnalyzerVerifier<TAnalyzer>' is obsolete: 'https://github.com/dotnet/roslyn-sdk/blob/main/src/Microsoft.CodeAnalysis.Testing/README.md#obsolete-packages'
|
|
build
Enable analyzer release tracking for the analyzer project containing rule 'PA0002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
build
Enable analyzer release tracking for the analyzer project containing rule 'PA0001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
build
Enable analyzer release tracking for the analyzer project containing rule 'PA0001' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|
|
build
Enable analyzer release tracking for the analyzer project containing rule 'PA0002' (https://github.com/dotnet/roslyn-analyzers/blob/main/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md)
|