implement world copy leveraging archetype copy (#292) #519
Annotations
18 warnings
|
Run tests
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
Run tests
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
Run tests
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
Run tests
Consider using the constraint model, Assert.That(actual, Is.EqualTo(expected)), instead of the classic model, Assert.AreEqual(expected, actual) (https://github.com/nunit/nunit.analyzers/tree/master/documentation/NUnit2005.md)
|
|
Run tests
Dereference of a possibly null reference.
|
|
Run tests
Dereference of a possibly null reference.
|
|
Run tests
Unboxing a possibly null value.
|
|
Run tests
Unboxing a possibly null value.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Possible null reference assignment.
|
|
Build project
Nullability of reference types in type of parameter 'other' of 'bool Query.Equals(Query other)' doesn't match implicitly implemented member 'bool IEquatable<Query>.Equals(Query? other)' (possibly because of nullability attributes).
|
Loading