Bump Microsoft.NET.Test.Sdk from 17.9.0 to 18.0.1 #4
Annotations
10 warnings
|
Build Wordle.Tests (Release):
Wordle.Model/Entity/Game.cs#L47
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wordle.Tests (Release):
Wordle.Model/Entity/Word.cs#L33
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wordle.Tests (Release):
Wordle.Model/Entity/Word.cs#L33
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wordle.Tests (Release):
Wordle.Model/Entity/Guess.cs#L42
Non-nullable property 'Game' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wordle.Tests (Release):
Wordle.Model/Entity/Guess.cs#L42
Non-nullable property 'Word' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wordle.Tests (Release):
Wordle.Model/Entity/Guess.cs#L42
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wordle.Tests (Release):
Wordle.Model/Searchable/SearchableWord.cs#L11
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wordle.Tests (Release)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
|
Build Wordle.Tests (Release)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
|
Build Wordle.Tests (Release)
Targeting .NET 10.0 or higher in Visual Studio 2022 17.14 is not supported.
|
Loading