Add ps1 script to clean up project folderrs #20
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.
|
build_dotnet:
QuizApp/AuthenticationStateSyncer/PersistingRevalidatingAuthenticationStateProvider.cs#L85
Possible null reference assignment.
|