Bump Testably.Abstractions.Testing from 3.0.1 to 3.1.0 #223
Annotations
10 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Initialize CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Autobuild:
sample/SampleApplication/Program.cs#L25
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
src/PetroGlyph.Games.EawFoc/test/PlayableObjectTest.cs#L56
Non-nullable property 'Game' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Autobuild:
src/PetroGlyph.Games.EawFoc/test/FileBasedLanguageFinderTest.cs#L28
Comparing an instance of System.Collections.Generic.List<EawModinfo.Spec.ILanguageInfo> with an instance of System.Collections.Generic.ISet<EawModinfo.Spec.ILanguageInfo> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
Autobuild:
src/PetroGlyph.Games.EawFoc/test/GameServices/GameLanguageFinderTest.cs#L63
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Autobuild:
sample/SampleApplication/Program.cs#L25
Converting null literal or possible null value to non-nullable type.
|
Autobuild:
src/PetroGlyph.Games.EawFoc/test/PlayableObjectTest.cs#L56
Non-nullable property 'Game' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Autobuild:
src/PetroGlyph.Games.EawFoc/test/FileBasedLanguageFinderTest.cs#L28
Comparing an instance of System.Collections.Generic.List<EawModinfo.Spec.ILanguageInfo> with an instance of System.Collections.Generic.ISet<EawModinfo.Spec.ILanguageInfo> has undefined results, because the order of items in the set is not predictable. Create a stable order for the set (i.e., by using OrderBy from Linq). (https://xunit.net/xunit.analyzers/rules/xUnit2027)
|
Autobuild:
src/PetroGlyph.Games.EawFoc/test/GameServices/GameLanguageFinderTest.cs#L63
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Loading