Updated tests #35
Annotations
10 warnings
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/PumlWriter.cs#L80
Dereference of a possibly null reference.
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/PumlWriter.cs#L79
Dereference of a possibly null reference.
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/PumlWriter.cs#L67
Possible null reference argument for parameter 'node' in 'string PumlWriter.GetDiagram(BaseNode node, int depth, int fileDepth, ClassDiagramAttribute attribute)'.
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/Modules/ProvisionModule.cs#L50
Possible null reference argument for parameter 'node' in 'string NodeExtensions.GetScriptPath(BaseNode node, bool useVSCodePaths, int depth)'.
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/Modules/ProvisionModule.cs#L30
Possible null reference argument for parameter 'key' in 'bool IDictionary<string, BaseNode>.TryGetValue(string key, out BaseNode value)'.
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/Modules/ProvisionModule.cs#L29
Possible null reference argument for parameter 'key' in 'bool IDictionary<string, BaseNode>.TryGetValue(string key, out BaseNode value)'.
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/Models/GenerationData.cs#L10
Non-nullable property 'SyntaxContexts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/Models/IModule.cs#L8
Non-nullable property 'TypeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/Nodes/SceneNode.cs#L11
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|
|
🧪 Evaluate Tests on ubuntu-latest:
src/Chickensoft.UMLGenerator/Nodes/SceneNode.cs#L10
Nullability of return type doesn't match overridden member (possibly because of nullability attributes).
|