fix(http): honor [RoutePrefix] when no global prefix is configured #2708
+59
−6
Annotations
10 warnings
|
Run Polecat Tests
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/AggregateHandlerAttribute.cs(31,12): warning CS8618: Non-nullable property 'MissingMessage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/Wolverine.Polecat.csproj::TargetFramework=net10.0]
|
|
Run Polecat Tests
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/PolecatIntegration.cs(211,81): warning CS8714: The type 'TSource' cannot be used as type parameter 'T' in the generic type or method 'IEvent<T>'. Nullability of type argument 'TSource' doesn't match 'notnull' constraint. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/Wolverine.Polecat.csproj::TargetFramework=net10.0]
|
|
Run Polecat Tests
/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/PolecatIntegration.cs(180,16): warning CS8714: The type 'T' cannot be used as type parameter 'T' in the generic type or method 'IEvent<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint. [/home/runner/work/wolverine/wolverine/src/Persistence/Wolverine.Polecat/Wolverine.Polecat.csproj::TargetFramework=net10.0]
|
|
Run Polecat Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Handlers/Executor.cs(383,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=net10.0]
|
|
Run Polecat 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=net10.0]
|
|
Run Polecat Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/DynamicListenerUriEncoding.cs(17,30): warning CS0419: Ambiguous reference in cref attribute: 'Uri.UnescapeDataString'. Assuming 'System.Uri.UnescapeDataString(System.ReadOnlySpan<char>)', but could have also matched other overloads including 'System.Uri.UnescapeDataString(string)'. [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net10.0]
|
|
Run Polecat Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(44,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=net10.0]
|
|
Run Polecat 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=net10.0]
|
|
Run Polecat Tests:
build/TestAllPersistence.cs#L178
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Run Polecat Tests:
build/TestAllPersistence.cs#L178
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
background
wait
wait-all
cancel
Loading