You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Used: Microsoft Visual Studio Professional 2022 (2) (64-bit) - Current
Version 17.8.3
Steps to Reproduce:
As shown in the attached images, I am using Microsoft Semantic Kernel and have encountered this issue in multiple instances
I get the error: Error SKEXP0010 'Microsoft.SemanticKernel.Connectors.OpenAI.AzureOpenAITextEmbeddingGenerationService' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
I am unable to suppress the error in sources code ( The Quick Actions and Refactoring option does not include a suppress action).
I am unable to suppress the error in Error List. This is a Build Error, and the Build Errors do not include a Suppress action (as designed in Visual Studio).
I tried adding the #pragma entry manually in the source code, but that did not help.
I tried to directly edit the EditorConfig file to add the SKEXP00 but that did not help either.
I am going to use Azure Open AI directly without using Semantic Kernel to bypass this issue, but I spent the whole afternoon trying to figure this out,, needless to say this seems quite inscrutable and I probably others are running into this issue as well. !
A minimal repro, with source-code provided, is ideal. Most compiler/language issues can be distilled into a snippet that can be pasted into sharplab.
Diagnostic Id:
If this is a report about a bug in an analyzer, please include the diagnostic ID and message if possible (e.g. "IDE0030: Use coalesce expression").
Expected Behavior:
Actual Behavior:
The text was updated successfully, but these errors were encountered:
vghodekar-oms
changed the title
Can not suppress warnings and can not proceed with build - STUCK!!!!!!!!!!
Can not suppress warnings and can not proceed with build
Dec 30, 2024
@vghodekar-oms I removed the images you uploaded to the issue as they seemed to contain API keys. If those were valid recommend strongly you rotate them immediately. In the future please redact sensitive information from screenshots.
Version Used: Microsoft Visual Studio Professional 2022 (2) (64-bit) - Current
Version 17.8.3
Steps to Reproduce:
A minimal repro, with source-code provided, is ideal. Most compiler/language issues can be distilled into a snippet that can be pasted into sharplab.
Diagnostic Id:
If this is a report about a bug in an analyzer, please include the diagnostic ID and message if possible (e.g.
"IDE0030: Use coalesce expression"
).Expected Behavior:
Actual Behavior:
The text was updated successfully, but these errors were encountered: