Skip to content

Merge pull request #6 from Funny-ppt/dev #95

Merge pull request #6 from Funny-ppt/dev

Merge pull request #6 from Funny-ppt/dev #95

Triggered via push March 29, 2024 10:19
Status Failure
Total duration 2m 50s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 22 warnings
build-linux
Process completed with exit code 1.
build-windows
Process completed with exit code 1.
build-linux
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-linux: InfrastSimSourceGenerator/OperatorInstancesSourceGenerator.cs#L10
'InfrastSimSourceGenerator.OperatorInstancesSourceGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build-linux: InfrastSim/Order.cs#L32
Possible null reference argument for parameter 'Name' in 'Material.Material(string Name, int Count)'.
build-linux: InfrastSim/Order.cs#L32
Possible null reference argument for parameter 'Name' in 'Material.Material(string Name, int Count)'.
build-linux: InfrastSim/TimeDriven/TradingStation.cs#L17
Nullability of reference types in value of type 'IEnumerable<Order?>' doesn't match target type 'IEnumerable<Order>'.
build-linux: InfrastSim/TimeDriven/Simulator.cs#L69
Possible null reference argument for parameter 'key' in 'OperatorBase Dictionary<string, OperatorBase>.this[string key]'.
build-linux: InfrastSim/TimeDriven/Simulator.cs#L69
Possible null reference assignment.
build-linux: InfrastSim/TimeDriven/Simulator.cs#L211
Nullability of reference types in value of type 'IEnumerable<PowerStation?>' doesn't match target type 'IEnumerable<PowerStation>'.
build-linux: InfrastSim/TimeDriven/Simulator.cs#L213
Nullability of reference types in value of type 'IEnumerable<TradingStation?>' doesn't match target type 'IEnumerable<TradingStation>'.
build-linux: InfrastSim/TimeDriven/Simulator.cs#L215
Nullability of reference types in value of type 'IEnumerable<ManufacturingStation?>' doesn't match target type 'IEnumerable<ManufacturingStation>'.
build-linux: InfrastSim/TimeDriven/WebHelper/Helper.cs#L187
Possible null reference argument for parameter 'strategyName' in 'void Helper.SetStrategy(Simulator simu, FacilityBase? fac, string strategyName)'.
build-windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-windows: InfrastSimSourceGenerator/OperatorInstancesSourceGenerator.cs#L10
'InfrastSimSourceGenerator.OperatorInstancesSourceGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
build-windows: InfrastSim/Order.cs#L32
Possible null reference argument for parameter 'Name' in 'Material.Material(string Name, int Count)'.
build-windows: InfrastSim/Order.cs#L32
Possible null reference argument for parameter 'Name' in 'Material.Material(string Name, int Count)'.
build-windows: InfrastSim/TimeDriven/TradingStation.cs#L17
Nullability of reference types in value of type 'IEnumerable<Order?>' doesn't match target type 'IEnumerable<Order>'.
build-windows: InfrastSim/TimeDriven/Simulator.cs#L69
Possible null reference argument for parameter 'key' in 'OperatorBase Dictionary<string, OperatorBase>.this[string key]'.
build-windows: InfrastSim/TimeDriven/Simulator.cs#L69
Possible null reference assignment.
build-windows: InfrastSim/TimeDriven/Simulator.cs#L211
Nullability of reference types in value of type 'IEnumerable<PowerStation?>' doesn't match target type 'IEnumerable<PowerStation>'.
build-windows: InfrastSim/TimeDriven/Simulator.cs#L213
Nullability of reference types in value of type 'IEnumerable<TradingStation?>' doesn't match target type 'IEnumerable<TradingStation>'.
build-windows: InfrastSim/TimeDriven/Simulator.cs#L215
Nullability of reference types in value of type 'IEnumerable<ManufacturingStation?>' doesn't match target type 'IEnumerable<ManufacturingStation>'.
build-windows: InfrastSim/TimeDriven/Dormitory.cs#L44
Dereference of a possibly null reference.