add Cesium ext_instance_features #6
Annotations
10 warnings
build/SharpGLTF.CodeGen/CodeGen/EmitCSharp.cs#L98
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'SharpGLTF.CodeGen.CSharpEmitter._SanitizeName(string)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
build/SharpGLTF.CodeGen/CodeGen/EmitCSharp.cs#L152
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'SharpGLTF.CodeGen.CSharpEmitter.DeclareClass(SharpGLTF.SchemaReflection.ClassType)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
build/SharpGLTF.CodeGen/CodeGen/EmitCSharp.cs#L205
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'SharpGLTF.CodeGen.CSharpEmitter._GetRuntimeName(SharpGLTF.SchemaReflection.SchemaType, SharpGLTF.CodeGen.CSharpEmitter._RuntimeField)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
build/SharpGLTF.CodeGen/CodeGen/EmitCSharp.cs#L269
In method '_GetConstantRuntimeValue', replace the call to 'ToLowerInvariant' with 'ToUpperInvariant' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1308)
|
build/SharpGLTF.CodeGen/CodeGen/EmitCSharp.cs#L270
In method '_GetConstantRuntimeValue', replace the call to 'ToLowerInvariant' with 'ToUpperInvariant' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1308)
|
build/SharpGLTF.CodeGen/CodeGen/EmitCSharp.cs#L257
'value == null' is always 'false'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
build/SharpGLTF.CodeGen/CodeGen/EmitCSharp.cs#L276
'value == null' is always 'false'. Remove or refactor the condition(s) to avoid dead code. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1508)
|
build/SharpGLTF.CodeGen/CodeGen/CodeEmitUtils.cs#L80
'string.Replace(string, string?)' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'SharpGLTF.CodeGen.CodeEmitUtils._ReplaceDescriptionKeywords(string)' with a call to 'string.Replace(string, string?, System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
build/SharpGLTF.CodeGen/CodeGen/EmitCSharp.cs#L96
Member '_SanitizeName' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
build/SharpGLTF.CodeGen/SchemaReflection/SchemaTypes.cs#L423
get_PersistentName creates an exception of type NotImplementedException, an exception type that should not be raised in a property. If this exception instance might be raised, use a different exception type, convert this property into a method, or change this property's logic so that it no longer raises an exception. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1065)
|
The logs for this run have expired and are no longer available.
Loading