Adam Friedman

Results 41 issues of Adam Friedman

Hi. I've been wanting to build item templates for MVC controllers and views, but these require knowledge of things like the current project namespace (or, for nested folders, something even...

triaged
gathering-feedback

Hi. OmniSharp now has a C# (.NET) [LSP client](https://github.com/OmniSharp/csharp-language-server-protocol/tree/master/src/Client) :) NuGet package: [OmniSharp.Extensions.LanguageClient](https://www.nuget.org/packages/OmniSharp.Extensions.LanguageClient/) Cheers, Adam.

First stage of support for #103. See if we can optionally use `Update` element as a fallback (although it may wind up being tricky to do because for `PackageReference` items,...

area/msbuild
area/intellisense

The [vscode-dotnet-runtime](https://github.com/dotnet/vscode-dotnet-runtime#readme) extension for VS Code provides support to third-party extensions for downloading and installing various version of the .NET runtime (e.g. to run language servers). This would enable MSBuild...

enhancement
area/host
area/language-server
investigating

This is due to a bug in the NuGet v3 protocol client that fails to correctly inform the NuGet AutoComplete API end-point that pre-release packages should be included (see NuGet/Home#7540...

Example config: ```json { "msbuildProjectTools.msbuild.toolsets": { "15.0": { "baseDirectory": "C:\\MyToolsetBaseDirectory", "globalPropertyOverrides": { "MyProperty": "SomeValue" } }, "Current": { "baseDirectory": "C:\\AnotherToolsetBaseDirectory" } } ``` MSBuild appends the toolset version to the...

enhancement
help wanted
area/msbuild

Currently, they are rendered as raw markdown (e.g. `[link](file://C:/Foo/bar.targets)`) instead of hyperlinks. May relate to Microsoft/vscode#33577.

area/lsp
area/intellisense
area/language-server
investigating

Update language server to expect help files in `help` sub-directory of the server's deployment directory.

enhancement
help wanted
area/language-server

This is still slower than I'd like (seems to have a floor of around 200ms, which is way too long). Consider scanning task assembly metadata in the background and only...

enhancement
help wanted
area/msbuild
area/intellisense
area/performance

As discovered in #1, there is no implementation of `ToSubject(this IActorRef, ...)`.