Native API versioning for Wolverine.Http (closes #2627) #2633
+2,932
−5
Annotations
10 warnings
|
Run Redis Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Handlers/Executor.cs(64,65): warning CS0419: Ambiguous reference in cref attribute: 'Executor.Build'. Assuming 'Wolverine.Runtime.Handlers.Executor.Build(Wolverine.Runtime.IWolverineRuntime, Microsoft.Extensions.ObjectPool.ObjectPool<Wolverine.Runtime.MessageContext>, Wolverine.Runtime.Handlers.HandlerGraph, System.Type)', but could have also matched other overloads including 'Wolverine.Runtime.Handlers.Executor.Build(Wolverine.Runtime.IWolverineRuntime, Microsoft.Extensions.ObjectPool.ObjectPool<Wolverine.Runtime.MessageContext>, Wolverine.Runtime.Handlers.HandlerGraph, Wolverine.Runtime.Handlers.IMessageHandler, Wolverine.Logging.IMessageTracker)'. [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Redis Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(32,27): warning CS1066: The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Redis Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Middleware/TryCatchFinallyFrame.cs(177,17): warning CS8767: Nullability of reference types in type of parameter 'variable' of 'bool CatchBlockMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' doesn't match implicitly implemented member 'bool IMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' (possibly because of nullability attributes). [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Redis Tests
/home/runner/.nuget/packages/microsoft.net.test.sdk/17.14.1/build/net8.0/Microsoft.NET.Test.Sdk.Program.cs(4,41): warning CS7022: The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point. [/home/runner/work/wolverine/wolverine/src/Transports/Redis/Wolverine.Redis.Tests/Wolverine.Redis.Tests.csproj::TargetFramework=net9.0]
|
|
Run Redis Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Handlers/Executor.cs(399,27): warning CS0419: Ambiguous reference in cref attribute: 'Build'. Assuming 'Wolverine.Runtime.Handlers.Executor.Build(Wolverine.Runtime.IWolverineRuntime, Microsoft.Extensions.ObjectPool.ObjectPool<Wolverine.Runtime.MessageContext>, Wolverine.Runtime.Handlers.HandlerGraph, System.Type)', but could have also matched other overloads including 'Wolverine.Runtime.Handlers.Executor.Build(Wolverine.Runtime.IWolverineRuntime, Microsoft.Extensions.ObjectPool.ObjectPool<Wolverine.Runtime.MessageContext>, Wolverine.Runtime.Handlers.HandlerGraph, Wolverine.Runtime.Handlers.IMessageHandler, Wolverine.Logging.IMessageTracker)'. [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Redis Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Handlers/Executor.cs(64,65): warning CS0419: Ambiguous reference in cref attribute: 'Executor.Build'. Assuming 'Wolverine.Runtime.Handlers.Executor.Build(Wolverine.Runtime.IWolverineRuntime, Microsoft.Extensions.ObjectPool.ObjectPool<Wolverine.Runtime.MessageContext>, Wolverine.Runtime.Handlers.HandlerGraph, System.Type)', but could have also matched other overloads including 'Wolverine.Runtime.Handlers.Executor.Build(Wolverine.Runtime.IWolverineRuntime, Microsoft.Extensions.ObjectPool.ObjectPool<Wolverine.Runtime.MessageContext>, Wolverine.Runtime.Handlers.HandlerGraph, Wolverine.Runtime.Handlers.IMessageHandler, Wolverine.Logging.IMessageTracker)'. [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Redis Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(32,27): warning CS1066: The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Redis Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Middleware/TryCatchFinallyFrame.cs(177,17): warning CS8767: Nullability of reference types in type of parameter 'variable' of 'bool CatchBlockMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' doesn't match implicitly implemented member 'bool IMethodVariables.TryFindVariableByName(Type dependency, string name, out Variable? variable)' (possibly because of nullability attributes). [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
|
Run Redis Tests:
build/TestAllPersistence.cs#L178
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Run Redis Tests:
build/TestAllPersistence.cs#L178
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading