Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 12, 2025

The BC35000 Visual Basic error documentation provided a solution that doesn't work for SDK-style projects targeting .NET Standard. The existing documentation suggested adding <VBRuntime>Default</VBRuntime> to resolve the "Requested operation is not available" error, but this approach fails when targeting .NET Standard because parts of the Visual Basic Runtime are not available in that framework.

This PR adds a clear NOTE to inform developers that the provided solution is not applicable to SDK-style projects targeting .NET Standard, helping them understand why the suggested fix might not work in their specific scenario.

The change is minimal and follows the existing documentation style, using the standard NOTE formatting found throughout the .NET documentation.

Fixes #34818.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Internal previews

📄 File 🔗 Preview link
docs/visual-basic/language-reference/error-messages/bc35000.md docs/visual-basic/language-reference/error-messages/bc35000

@dotnet-policy-service dotnet-policy-service bot added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Sep 12, 2025
@Copilot Copilot AI changed the title [WIP] SDk style project when used with .NET Standard, the solution does not apply. Add .NET Standard limitation note to BC35000 error documentation Sep 12, 2025
Copilot finished work on behalf of BillWagner September 12, 2025 20:05
@Copilot Copilot AI requested a review from BillWagner September 12, 2025 20:05
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is ready for final review.

@BillWagner BillWagner marked this pull request as ready for review September 15, 2025 18:36
@BillWagner BillWagner requested a review from a team as a code owner September 15, 2025 18:36
@BillWagner BillWagner merged commit ab60dac into main Sep 17, 2025
20 checks passed
@BillWagner BillWagner deleted the copilot/fix-34818 branch September 17, 2025 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dotnet-visualbasic/svc errors-warnings/subsvc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SDk style project when used with .NET Standard, the solution does not apply.

3 participants