Skip to content

Add ps1 script to clean up project folderrs #20

Add ps1 script to clean up project folderrs

Add ps1 script to clean up project folderrs #20

Triggered via pull request January 3, 2025 16:15
Status Success
Total duration 45s
Artifacts

pullrequest.yml

on: pull_request
build_dotnet
36s
build_dotnet
Fit to window
Zoom out
Zoom in

Annotations

11 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/20250103100628_init.cs#L9
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build_dotnet: QuizApp.Database/Migrations/20250103100628_init.Designer.cs#L15
The type name 'init' only contains lower-cased ascii characters. Such names may become reserved for the language.
build_dotnet: QuizApp.Database/Models/User.cs#L5
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_dotnet: QuizApp.Database/Models/User.cs#L6
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_dotnet: QuizApp.Database/Models/User.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_dotnet: QuizApp.Client/UserInfo.cs#L5
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_dotnet: QuizApp.Client/UserInfo.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_dotnet: QuizApp.Client/UserInfo.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build_dotnet: QuizApp.Client/UserInfo.cs#L8
Non-nullable property 'Role' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.