Skip to content

Result model enhancements #31

Result model enhancements

Result model enhancements #31

Triggered via pull request October 12, 2024 14:49
Status Success
Total duration 40s
Billable time 1m
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/BHC24.Api/Persistence/Models/Profile.cs#L12
Non-nullable property 'AppUser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/BHC24.Api/Persistence/Models/AppUser.cs#L10
Non-nullable property 'Profile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/BHC24.Api/Program.cs#L86
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: src/BHC24.Api/Models/Result.cs#L52
Possible null reference assignment.
build: src/BHC24.Api/Models/Result.cs#L63
Possible null reference assignment.
build: src/BHC24.Api/Models/Result.cs#L26
Possible null reference assignment.
build: src/BHC24.Api/Models/Projects/Project.cs#L5
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/BHC24.Api/Models/Projects/Project.cs#L6
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/BHC24.Api/Models/Projects/Project.cs#L7
Non-nullable property 'Owner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/BHC24.Api/Models/Projects/Project.cs#L8
Non-nullable property 'Collaborators' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.