Update develop_bedbrigadedev.yml #31
Annotations
1 error and 21 warnings
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
BedBrigade.Common/EnumHelper.cs#L10
Dereference of a possibly null reference.
|
BedBrigade.Common/DateUtil.cs#L62
The variable 'ex' is declared but never used
|
BedBrigade.Common/EnumNameValue.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BedBrigade.Common/EnumNameValue.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BedBrigade.Common/Extensions.cs#L29
The variable 'ex' is declared but never used
|
BedBrigade.Common/Common.cs#L411
Possible null reference return.
|
BedBrigade.Tests/ValidationTests.cs#L72
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)
|
BedBrigade.Tests/StringUtilTests.cs#L18
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)
|
BedBrigade.Tests/ImageRotatorLogicTests.cs#L20
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)
|
BedBrigade.Tests/ImageRotatorLogicTests.cs#L36
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)
|
BedBrigade.Common/Extensions.cs#L29
The variable 'ex' is declared but never used
|
BedBrigade.Common/EnumNameValue.cs#L5
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BedBrigade.Common/EnumNameValue.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
BedBrigade.Common/EnumHelper.cs#L10
Dereference of a possibly null reference.
|
BedBrigade.Common/DateUtil.cs#L62
The variable 'ex' is declared but never used
|
BedBrigade.Common/Common.cs#L411
Possible null reference return.
|
BedBrigade.Tests/ImageRotatorLogicTests.cs#L36
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)
|
BedBrigade.Tests/ImageRotatorLogicTests.cs#L52
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)
|
BedBrigade.Tests/ImageRotatorLogicTests.cs#L68
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)
|
BedBrigade.Tests/ImageRotatorLogicTests.cs#L84
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)
|
This job failed
Loading