Bump the core group with 1 update #1004
Annotations
14 warnings
|
src/SatisfactoryTree/Models/ProductionItem.cs#L18
Non-nullable property 'Dependencies' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SatisfactoryTree/Models/ProductionItem.cs#L7
Non-nullable property 'ItemName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SatisfactoryTree/DataAccess/FileContent.cs#L21
Possible null reference return.
|
|
src/SatisfactoryTree/DataAccess/FileContent.cs#L20
Converting null literal or possible null value to non-nullable type.
|
|
src/SatisfactoryTree.Logic/Extraction/ProcessRawRecipes.cs#L243
Possible null reference argument for parameter 'name' in 'string Common.GetPartName(string name)'.
|
|
src/SatisfactoryTree.Logic/Extraction/ProcessRawRecipes.cs#L187
Dereference of a possibly null reference.
|
|
src/SatisfactoryTree.Logic/Extraction/ProcessRawRecipes.cs#L183
Possible null reference assignment.
|
|
src/SatisfactoryTree.Logic/Extraction/ProcessRawRecipes.cs#L120
Possible null reference argument for parameter 'name' in 'string Common.GetBuildingName(string name)'.
|
|
src/SatisfactoryTree.Logic/Extraction/ProcessRawRecipes.cs#L119
Converting null literal or possible null value to non-nullable type.
|
|
src/SatisfactoryTree.Logic/Models/Fuel.cs#L7
Non-nullable property 'supplementaryFuel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SatisfactoryTree.Logic/Models/Fuel.cs#L6
Non-nullable property 'primaryFuel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SatisfactoryTree.Logic/Models/Item.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SatisfactoryTree.Logic/Extraction/RawPartsAndRawMaterials.cs#L8
Non-nullable property 'RawResources' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/SatisfactoryTree.Logic/Extraction/RawPartsAndRawMaterials.cs#L7
Non-nullable property 'Parts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading