Resolving the custom-skill error #72
Open
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/autobuild@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Initialize CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/Models/BotFrameworkEvent.cs#L93
Properties should not return arrays
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/Models/EventData.cs#L14
Change 'CustomProperties' to be read-only by removing the property setter.
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/Models/BotFrameworkEvent.cs#L111
Rename type Event so that it no longer conflicts with the reserved language keyword 'Event'. Using a reserved keyword as the name of a type makes it harder for consumers in other languages to use the type.
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/Models/BotFrameworkEvent.cs#L11
Properties should not return arrays
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/CreateOrAppendToConversation.cs#L28
Modify 'Run' to catch a more specific allowed exception type, or rethrow the exception.
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/CreateOrAppendToConversation.cs#L20
In externally visible method 'void CreateOrAppendToConversation.Run(Stream myBlob, string name, ILogger log)', validate parameter 'myBlob' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/Models/BotFrameworkEvent.cs#L21
The type name Data conflicts in whole or in part with the namespace name 'System.Data' defined in the .NET Framework. Rename the type to eliminate the conflict.
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/Models/BotFrameworkEvent.cs#L16
The type name Internal conflicts in whole or in part with the namespace name 'System.Deployment.Internal' defined in the .NET Framework. Rename the type to eliminate the conflict.
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/DataExtractors/PassThroughDataExtractor.cs#L9
PassThroughDataExtractor is an internal class that is apparently never instantiated. If so, remove the code from the assembly. If this class is intended to contain only static members, make it static (Shared in Visual Basic).
|
Autobuild:
GBB.ConversationalKM/GBB.ConversationalKM/Models/BotFrameworkEvent.cs#L93
Properties should not return arrays
|
Loading