use Concurrently #10
Annotations
6 warnings
QuizApp.Database/Migrations/20241201101016_initdb.cs#L11
The type name 'initdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
QuizApp.Database/Migrations/20241201101016_initdb.Designer.cs#L15
The type name 'initdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
QuizApp.Database/Models/Quiz.cs#L5
Non-nullable property 'QuizName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
QuizApp.Database/Migrations/20241201101016_initdb.cs#L11
The type name 'initdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
QuizApp.Database/Migrations/20241201101016_initdb.Designer.cs#L15
The type name 'initdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
QuizApp.Database/Models/Quiz.cs#L5
Non-nullable property 'QuizName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
This job succeeded
Loading