Build and deploy ASP.Net Core app to Azure Web App - mdb-workoutbuilder #55
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/ExercisePart.cs#L12
Non-nullable property 'Exercise' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/ExercisePart.cs#L13
Non-nullable property 'Part' 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/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#L21
Non-nullable property 'Focus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Exercise.cs#L22
Non-nullable property 'FocusPart' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Exercise.cs#L23
Non-nullable property 'ExerciseParts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with dotnet:
WorkoutBuilder.Data/Part.cs#L11
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.
|
The logs for this run have expired and are no longer available.
Loading