Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push December 29, 2024 15:34
Status Success
Total duration 41s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
build
A FrameworkReference for 'Microsoft.AspNetCore.App' was included in the project. This is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs
build: ProtoSCADA.Entities/Entities/Alert.cs#L24
Non-nullable property 'Machine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProtoSCADA.Entities/DTOs/UserDto.cs#L12
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: ProtoSCADA.Entities/DTOs/UserDto.cs#L13
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: ProtoSCADA.Entities/DTOs/UserDto.cs#L14
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: ProtoSCADA.Entities/Entities/Metric.cs#L25
Non-nullable property 'Machine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProtoSCADA.Entities/Entities/Event.cs#L24
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProtoSCADA.Entities/Entities/Event.cs#L28
Non-nullable property 'Machine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProtoSCADA.Entities/Entities/Machine.cs#L26
Non-nullable property 'Factory' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProtoSCADA.DataService/Repositories/UnitOfWork.cs#L2
The using directive for 'ProtoSCADA.Data.Context' appeared previously in this namespace