add Cesium ext_instance_features #14
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 errors and 10 warnings
build (6.0.x, macos-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
|
build (6.0.x, macos-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
|
build (6.0.x, macos-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
|
build (6.0.x, macos-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
|
build (6.0.x, macos-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
|
build (6.0.x, macos-latest)
The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. Download the .NET SDK from https://aka.ms/dotnet/download
|
build (6.0.x, macos-latest)
Process completed with exit code 1.
|
build (6.0.x, windows-latest)
The job was canceled because "_6_0_x_macos-latest" failed.
|
build (6.0.x, windows-latest)
The operation was canceled.
|
build (6.0.x, ubuntu-latest)
The job was canceled because "_6_0_x_macos-latest" failed.
|
build (6.0.x, ubuntu-latest)
The operation was canceled.
|
build (6.0.x, ubuntu-latest):
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)
|
build (6.0.x, ubuntu-latest):
build/SharpGLTF.CodeGen/SchemaReflection/SchemaTypes.cs#L338
'string.GetHashCode()' has a method overload that takes a 'StringComparison' parameter. Replace this call in 'SharpGLTF.SchemaReflection.FieldInfo._Comparer.GetHashCode(SharpGLTF.SchemaReflection.FieldInfo)' with a call to 'string.GetHashCode(System.StringComparison)' for clarity of intent. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1307)
|
build (6.0.x, ubuntu-latest):
build/SharpGLTF.CodeGen/SchemaReflection/SchemaTypesContext.cs#L66
Method UseBlittable passes parameter name 't' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
build (6.0.x, ubuntu-latest):
build/SharpGLTF.CodeGen/SchemaProcessing.cs#L65
Forward the 'cancellationToken' parameter to the 'ResolveFileReferenceAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
build (6.0.x, ubuntu-latest):
build/SharpGLTF.CodeGen/SchemaProcessing.cs#L70
Forward the 'cancellationToken' parameter to the 'ResolveFileReferenceAsync' method or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2016)
|
build (6.0.x, ubuntu-latest):
build/SharpGLTF.CodeGen/SchemaDownload.cs#L20
Method 'void SchemaDownload.Syncronize(string remoteUrl, string localDirectory)' passes a literal string as parameter 'value' of a call to 'void Console.WriteLine(string? value)'. Retrieve the following string(s) from a resource table instead: "... Clone Completed". (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1303)
|
build (6.0.x, ubuntu-latest):
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 (6.0.x, ubuntu-latest):
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 (6.0.x, ubuntu-latest):
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 (6.0.x, ubuntu-latest):
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)
|