Create quiz repo #7
pullrequest.yml
on: pull_request
build_dotnet
27s
build_react
24s
Annotations
6 warnings
build_dotnet:
QuizApp.Database/Migrations/20241201064842_initdb.cs#L11
The type name 'initdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_dotnet:
QuizApp.Database/Migrations/20241201064842_initdb.Designer.cs#L15
The type name 'initdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_dotnet:
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.
|
build_dotnet:
QuizApp.Database/Migrations/20241201064842_initdb.cs#L11
The type name 'initdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_dotnet:
QuizApp.Database/Migrations/20241201064842_initdb.Designer.cs#L15
The type name 'initdb' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build_dotnet:
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.
|