Skip to content

Merge pull request #5 from ammarGamal123/develop #3

Merge pull request #5 from ammarGamal123/develop

Merge pull request #5 from ammarGamal123/develop #3

Triggered via push December 30, 2024 14:27
Status Success
Total duration 47s
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#L13
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/Alert.cs#L17
Non-nullable property 'Line' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ProtoSCADA.Entities/Entities/Alert.cs#L21
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.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/Event.cs#L13
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#L17
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#L21
Non-nullable property 'Line' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.