build(deps): Bump the all group with 6 updates #6
Annotations
9 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build using dotnet:
src/libs/OpenApiGenerator/Models/Property.cs#L3
Rename type Property so that it no longer conflicts with the reserved language keyword 'Property'. Using a reserved keyword as the name of a type makes it harder for consumers in other languages to use the type. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
Build using dotnet:
src/libs/OpenApiGenerator/Models/Model.cs#L137
get_ClassName creates an exception of type ArgumentOutOfRangeException, 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 using dotnet:
src/libs/OpenApiGenerator/Models/Model.cs#L144
get_ExternalClassName creates an exception of type ArgumentOutOfRangeException, 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 using dotnet:
src/libs/OpenApiGenerator/Models/Model.cs#L7
The type name Model conflicts in whole or in part with the namespace name 'SharpYaml.Model'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
Build using dotnet:
src/libs/OpenApiGenerator/Models/Property.cs#L3
Rename type Property so that it no longer conflicts with the reserved language keyword 'Property'. Using a reserved keyword as the name of a type makes it harder for consumers in other languages to use the type. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
Build using dotnet:
src/libs/OpenApiGenerator/Models/Model.cs#L137
get_ClassName creates an exception of type ArgumentOutOfRangeException, 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 using dotnet:
src/libs/OpenApiGenerator/Models/Model.cs#L144
get_ExternalClassName creates an exception of type ArgumentOutOfRangeException, 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 using dotnet:
src/libs/OpenApiGenerator/Models/Model.cs#L7
The type name Model conflicts in whole or in part with the namespace name 'SharpYaml.Model'. Change either name to eliminate the conflict. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1724)
|
The logs for this run have expired and are no longer available.
Loading