Skip to content

Commit ab60dac

Browse files
CopilotBillWagner
andauthored
Add .NET Standard limitation note to BC35000 error documentation (dotnet#48475)
* Initial plan * Add .NET Standard limitation note to BC35000 error documentation Co-authored-by: BillWagner <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BillWagner <[email protected]>
1 parent c5c948f commit ab60dac

File tree

1 file changed

+3
-0
lines changed
  • docs/visual-basic/language-reference/error-messages

1 file changed

+3
-0
lines changed

docs/visual-basic/language-reference/error-messages/bc35000.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ Rather than embedding a subset of the Visual Basic Runtime in your assembly, you
2525
<VBRuntime>Default</VBRuntime>
2626
```
2727

28+
> [!NOTE]
29+
> This solution does not apply to SDK-style projects that target .NET Standard because parts of the Visual Basic Runtime are not available in .NET Standard.
30+
2831
## See also
2932

3033
- [**-vbruntime** compiler option](../../reference/command-line-compiler/vbruntime.md)

0 commit comments

Comments
 (0)