Skip to content

Merge branch 'master' into dev #93

Merge branch 'master' into dev

Merge branch 'master' into dev #93

Triggered via push March 29, 2024 10:18
Status Failure
Total duration 1m 1s
Artifacts

dotnet.yml

on: push
build-linux
50s
build-linux
build-windows
0s
build-windows
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-linux
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/TimeDriven/Dormitory.cs#L44
Dereference of a possibly null reference.
build-linux: InfrastSim/TimeDriven/Dormitory.cs#L44
Dereference of a possibly null reference.
build-linux: InfrastSim/TimeDriven/FacilityBase.cs#L20
Nullability of reference types in value of type 'IEnumerable<OperatorBase?>' doesn't match target type 'IEnumerable<OperatorBase>'.
build-linux: InfrastSim/TimeDriven/Enumerate/MoodScheduler.cs#L11
Non-nullable field 'arrangements' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
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/OperatorBase.cs#L143
Argument of type 'FrozenDictionary<string, OperatorBase>' cannot be used for parameter 'dictionary' of type 'IReadOnlyDictionary<string?, OperatorBase>' in 'OperatorBase? CollectionExtensions.GetValueOrDefault<string?, OperatorBase>(IReadOnlyDictionary<string?, OperatorBase> dictionary, string? key)' due to differences in the nullability of reference types.
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)'.