Vyacheslav Brevnov
Results
4
issues of
Vyacheslav Brevnov
How me get http stream for get request(using this nuget)? You need something like this (the code is rough, I know): ```C# if (commands[0].ToUpper() == "HEAD") { var response =...
**Version Used**: Microsoft.CodeAnalysis.CSharp 4.3.0 for .NET 6 **Steps to Reproduce**: 1. Get compilation `var c = (CSharpCompilation)context.Compilation;` 2. Get globalnamespace and cast him as `INamespaceOrTypeSymbol` `var n = (INamespaceOrTypeSymbol)c.Assembly.GlobalNamespace;` 4....
Bug
Area-Compilers