Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.1 #253
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build-and-test.yml
on: pull_request
EnvVar
1s
Publish
/
Publish
0s
Publish-Test-Coverage
/
Publish-Test-Coverage
0s
Annotations
35 warnings
Build / Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build / Build
No files were found with the provided path: artifacts/packages/. No artifacts will be uploaded.
|
Build / 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.
|
Build / 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.
|
Build / 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.
|
Build / 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.
|
Build / 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.
|
Build / 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.
|
Build / 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.
|
Build / 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.
|
Build / Build:
src/Moryx.Factory/MachineLocation.cs#L25
Non-nullable property 'Image' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build / Build:
src/Moryx.Factory/MachineLocation.cs#L50
Non-nullable property 'Origins' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
UnitTests / UnitTests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
UnitTests / UnitTests:
src/Moryx.Orders/PartClassification.cs#L6
Missing XML comment for publicly visible type or member 'PartClassification'
|
UnitTests / UnitTests:
src/Moryx.Orders/PartClassification.cs#L8
Missing XML comment for publicly visible type or member 'PartClassification.Unknown'
|
UnitTests / UnitTests:
src/Moryx.Orders/PartClassification.cs#L9
Missing XML comment for publicly visible type or member 'PartClassification.Material'
|
UnitTests / UnitTests:
src/Moryx.Orders/PartClassification.cs#L10
Missing XML comment for publicly visible type or member 'PartClassification.InfoComponent'
|
UnitTests / UnitTests:
src/Moryx.Orders/PartClassification.cs#L11
Missing XML comment for publicly visible type or member 'PartClassification.CarrierMaterial'
|
UnitTests / UnitTests:
src/Moryx.Orders/PartClassification.cs#L12
Missing XML comment for publicly visible type or member 'PartClassification.ScrapMaterial'
|
UnitTests / UnitTests:
src/Moryx.Orders/PartClassification.cs#L13
Missing XML comment for publicly visible type or member 'PartClassification.BranchMaterial'
|
UnitTests / UnitTests:
src/Moryx.Orders/ReportType.cs#L6
Missing XML comment for publicly visible type or member 'ReportType'
|
UnitTests / UnitTests:
src/Moryx.Orders/ReportType.cs#L8
Missing XML comment for publicly visible type or member 'ReportType.Interrupt'
|
UnitTests / UnitTests:
src/Moryx.Orders/ReportType.cs#L9
Missing XML comment for publicly visible type or member 'ReportType.Report'
|
IntegrationTests / IntegrationTests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/PartClassification.cs#L6
Missing XML comment for publicly visible type or member 'PartClassification'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/PartClassification.cs#L8
Missing XML comment for publicly visible type or member 'PartClassification.Unknown'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/PartClassification.cs#L9
Missing XML comment for publicly visible type or member 'PartClassification.Material'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/PartClassification.cs#L10
Missing XML comment for publicly visible type or member 'PartClassification.InfoComponent'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/PartClassification.cs#L11
Missing XML comment for publicly visible type or member 'PartClassification.CarrierMaterial'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/PartClassification.cs#L12
Missing XML comment for publicly visible type or member 'PartClassification.ScrapMaterial'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/PartClassification.cs#L13
Missing XML comment for publicly visible type or member 'PartClassification.BranchMaterial'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/ReportType.cs#L6
Missing XML comment for publicly visible type or member 'ReportType'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/ReportType.cs#L8
Missing XML comment for publicly visible type or member 'ReportType.Interrupt'
|
IntegrationTests / IntegrationTests:
src/Moryx.Orders/ReportType.cs#L9
Missing XML comment for publicly visible type or member 'ReportType.Report'
|
ReportGenerator / ReportGenerator
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/download-artifact@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
MORYX-Factory-coverage-results
Expired
|
2.57 MB |
|
MORYX-Factory-test-results
Expired
|
480 KB |
|