-
```
What steps will reproduce the problem?
1. Create a new VisualBasic project
2. Type this:
Imports ProtoBuf
_
Class Records
Public id As Int64
End Class
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a new VisualBasic project
2. Type this:
Imports ProtoBuf
_
Class Records
Public id As Int64
End Class
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a new VisualBasic project
2. Type this:
Imports ProtoBuf
_
Class Records
Public id As Int64
End Class
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a new VisualBasic project
2. Type this:
Imports ProtoBuf
_
Class Records
Public id As Int64
End Class
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a new VisualBasic project
2. Type this:
Imports ProtoBuf
_
Class Records
Public id As Int64
End Class
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a new VisualBasic project
2. Type this:
Imports ProtoBuf
_
Class Records
Public id As Int64
End Class
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a new VisualBasic project
2. Type this:
Imports ProtoBuf
_
Class Records
Public id As Int64
End Class
What is the expected output? What do y…
-
```
What steps will reproduce the problem?
1. Create a new VisualBasic project
2. Type this:
Imports ProtoBuf
_
Class Records
Public id As Int64
End Class
What is the expected output? What do y…
-
Same issue as in #3450 described:
Environment:
- Windows Version 10.0.19042.789
- .NET SDK 5.0.102
- Visual Studio Version 16.8.4
Actual behavior:
Build failed with error BC2017: could not f…
-
In my application, I parse some user code using `SyntaxFactory.ParseExpression()` API. Since this application is used in WASM, the size of the application is critical, but unfortunately `Microsoft.Cod…