Merge pull request #6 from Funny-ppt/dev #95
Annotations
1 error and 11 warnings
Test
Process completed with exit code 1.
|
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:
InfrastSimSourceGenerator/OperatorInstancesSourceGenerator.cs#L10
'InfrastSimSourceGenerator.OperatorInstancesSourceGenerator': A project containing analyzers or source generators should specify the property '<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>'
|
Build:
InfrastSim/Order.cs#L32
Possible null reference argument for parameter 'Name' in 'Material.Material(string Name, int Count)'.
|
Build:
InfrastSim/Order.cs#L32
Possible null reference argument for parameter 'Name' in 'Material.Material(string Name, int Count)'.
|
Build:
InfrastSim/TimeDriven/TradingStation.cs#L17
Nullability of reference types in value of type 'IEnumerable<Order?>' doesn't match target type 'IEnumerable<Order>'.
|
Build:
InfrastSim/TimeDriven/Simulator.cs#L69
Possible null reference argument for parameter 'key' in 'OperatorBase Dictionary<string, OperatorBase>.this[string key]'.
|
Build:
InfrastSim/TimeDriven/Simulator.cs#L69
Possible null reference assignment.
|
Build:
InfrastSim/TimeDriven/Simulator.cs#L211
Nullability of reference types in value of type 'IEnumerable<PowerStation?>' doesn't match target type 'IEnumerable<PowerStation>'.
|
Build:
InfrastSim/TimeDriven/Simulator.cs#L213
Nullability of reference types in value of type 'IEnumerable<TradingStation?>' doesn't match target type 'IEnumerable<TradingStation>'.
|
Build:
InfrastSim/TimeDriven/Simulator.cs#L215
Nullability of reference types in value of type 'IEnumerable<ManufacturingStation?>' doesn't match target type 'IEnumerable<ManufacturingStation>'.
|
Build:
InfrastSim/TimeDriven/WebHelper/Helper.cs#L187
Possible null reference argument for parameter 'strategyName' in 'void Helper.SetStrategy(Simulator simu, FacilityBase? fac, string strategyName)'.
|
Loading