Merge pull request #97 from PHOENIXCONTACT/feature/unknown-activity-a… #324
Annotations
11 warnings
Setup .NET SDK standard (7)
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
Execute dotnet build:
src/Moryx.ControlSystem/VisualInstructions/EnumInstructionResult.cs#L56
'EnumInstructionAttribute.Title' is obsolete: 'Use Display Attribute instead'
|
Execute dotnet build:
src/Moryx.ControlSystem/VisualInstructions/EnumInstructionResult.cs#L56
'EnumInstructionAttribute.Title' is obsolete: 'Use Display Attribute instead'
|
Execute dotnet build:
src/Moryx.Factory/ManufacturingFactory.cs#L15
Non-nullable property 'BackgroundUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute dotnet build:
src/Moryx.Factory/MachineGroup.cs#L17
Non-nullable property 'DefaultIcon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute dotnet build:
src/Moryx.Factory/TransportPath.cs#L18
Non-nullable property 'Origin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute dotnet build:
src/Moryx.Factory/TransportPath.cs#L21
Non-nullable property 'Destination' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute dotnet build:
src/Moryx.Factory/SwitchPoint.cs#L33
Non-nullable property 'Origins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute dotnet build:
src/Moryx.Factory/SwitchPoint.cs#L35
Non-nullable property 'Destinations' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute dotnet build:
src/Moryx.Factory/SwitchPoint.cs#L37
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Execute dotnet build:
src/Moryx.Factory/MachineLocation.cs#L22
Non-nullable property 'SpecificIcon' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading