Use Blazor Web App #12
pullrequest.yml
on: pull_request
build_dotnet
33s
build_react
46s
Annotations
8 warnings
build_dotnet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build_dotnet:
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.
|
build_dotnet:
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.
|
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/20241201101016_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/20241201101016_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_react
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|