-
In VS2017 15.9.11, I use the shell interfaces to programmatically unload and reload a C# project, and after the reload, Roslyn symbol resolution does not work. Inserting a delay (of up to 60 seconds)…
-
We need a representation of a project context for an open document, which encapsulates the notion of configuration, TFM, RID, and possibly other properties.
**Project System protocol APIs**
We d…
-
From @jmarolf in https://github.com/dotnet/roslyn-sdk/pull/478#discussion_r392738957:
> should we give the user the option to specify this location? also, when are these resources cleaned up?
-
Logs: https://ci.dot.net/job/dotnet_roslyn/job/dev16.0.x/job/ubuntu_16_debug_prtest/157/
```
11:55:18 Shutting down Razor build server (process 85569)...
11:55:18 Razor build server (process 8556…
-
Files that generated into the intermediates, typically always include the project name in the name of the file:
```
Debug\ConsoleApp146.AssemblyInfo.cs
Debug\ConsoleApp146.csproj.FileListAbsolute…
-
Build: https://dev.azure.com/dnceng/public/_build/results?buildId=787056&view=ms.vss-test-web.build-test-results-tab&runId=24806144&resultId=100579&paneView=debug
Error message:
```
System.Except…
-
# Trending repositories for C#
1. [**ricardojoserf / NativeDump**](https://github.com/ricardojoserf/NativeDump)
__Dump lsass using only Native APIs by hand-crafting Minidump files…
-
### Description
Windows's Restart Manage allows to query for process that have a file open:
https://learn.microsoft.com/en-us/windows/win32/api/restartmanager/nf-restartmanager-rmgetlist
This Win32 …
-
Getting the following error upon opening a `.cs` file.
```
Failed to run `config` for roslyn.nvim
...ata/Local/nvim-data/lazy/roslyn.nvim/lua/roslyn/init.lua:20: attempt to call field 'joinpa…
-
### Description
After my testing, I found that when using BlobInput in conjunction with ServiceBusTrigger, it causes the underlying context?.Source of Azure Functions to return a string instead of a …