Merge pull request #18 from Intrepiware/add-sqlserver-keystorage #47
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build with dotnet:
WorkoutBuilder.Data/Exercise.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Exercise.cs#L14
Non-nullable property 'Equipment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Exercise.cs#L20
Non-nullable property 'Focus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Focus.cs#L18
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Timing.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Timing.cs#L15
Non-nullable property 'StationTiming' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Workout.cs#L12
Non-nullable property 'PublicId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Workout.cs#L16
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Workout.cs#L18
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/UserPasswordResetRequest.cs#L15
Non-nullable property 'PublicId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading