Bump xunit from 2.8.1 to 2.9.2 #142
Annotations
10 warnings
dotnet build:
Akka.Serialization.Testkit/IncapsulationTests.cs#L79
'IncapsulationMessages.ClassWithPrivateConstructor' overrides Object.Equals(object o) but does not override Object.GetHashCode()
|
dotnet build:
Akka.Serialization.Testkit/ExceptionsTests.cs#L116
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build:
Akka.Serialization.Testkit/ExceptionsTests.cs#L121
Cannot convert null literal to non-nullable reference type.
|
dotnet build:
Akka.Serialization.Testkit/CustomMessagesTests.cs#L70
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build:
Akka.Serialization.Testkit/CustomMessagesTests.cs#L97
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
dotnet build:
Akka.Serialization.Testkit/ImmutableMessagesTests.cs#L76
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build:
Akka.Serialization.Testkit/ImmutableMessagesTests.cs#L103
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
dotnet build:
Akka.Serialization.Testkit/PolymorphismTests.cs#L161
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build:
Akka.Serialization.Testkit/PolymorphismTests.cs#L163
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet build:
Akka.Serialization.Testkit/PolymorphismTests.cs#L189
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading