Add response content negotiation with [Writes] and ConnegMode #2437
Annotations
10 warnings
|
Run Marten Tests
/home/runner/work/wolverine/wolverine/src/Persistence/MartenTests/transactional_frame_end_to_end.cs(64,30): warning xUnit1013: Public method 'Using_CommandsAreTransactional' on test class 'transactional_frame_end_to_end' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Persistence/MartenTests/MartenTests.csproj::TargetFramework=net9.0]
|
|
Run Marten Tests
/home/runner/work/wolverine/wolverine/src/Persistence/MartenTests/AncillaryStores/ancillary_store_subject_uri_uniqueness.cs(23,19): warning CS8618: Non-nullable field 'theHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [/home/runner/work/wolverine/wolverine/src/Persistence/MartenTests/MartenTests.csproj::TargetFramework=net9.0]
|
|
Run Marten Tests
/home/runner/work/wolverine/wolverine/src/Samples/OrderSagaSample/Program.cs(44,5): warning ASP0019: Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers) [/home/runner/work/wolverine/wolverine/src/Samples/OrderSagaSample/OrderSagaSample.csproj::TargetFramework=net9.0]
|
|
Run Marten Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(34,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 Marten 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 Marten Tests
/home/runner/work/wolverine/wolverine/src/Persistence/MartenTests/transactional_frame_end_to_end.cs(64,30): warning xUnit1013: Public method 'Using_CommandsAreTransactional' on test class 'transactional_frame_end_to_end' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Persistence/MartenTests/MartenTests.csproj::TargetFramework=net9.0]
|
|
Run Marten Tests
/home/runner/work/wolverine/wolverine/src/Persistence/MartenTests/AncillaryStores/ancillary_store_subject_uri_uniqueness.cs(23,19): warning CS8618: Non-nullable field 'theHost' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [/home/runner/work/wolverine/wolverine/src/Persistence/MartenTests/MartenTests.csproj::TargetFramework=net9.0]
|
|
Run Marten Tests
/home/runner/work/wolverine/wolverine/src/Samples/OrderSagaSample/Program.cs(44,5): warning ASP0019: Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers) [/home/runner/work/wolverine/wolverine/src/Samples/OrderSagaSample/OrderSagaSample.csproj::TargetFramework=net9.0]
|
|
Run Marten Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(34,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 Marten 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]
|
Loading