diff --git a/CHANGELOG.md b/CHANGELOG.md index 027645ecad..d7d567312e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog All changes to the project will be documented in this file. +## [1.38.2] +* Add analyze open documents only (PR: [#2346](https://github.com/OmniSharp/omnisharp-roslyn/pull/2346)) +* Create a new GoToTypeDefinition endpoint ([#2297](https://github.com/OmniSharp/omnisharp-roslyn/issues/2297), PR: [#2315](https://github.com/OmniSharp/omnisharp-roslyn/pull/2315)) +* Eliminate more instances of IWorkspaceOptionsProvider (PR: [#2343](https://github.com/OmniSharp/omnisharp-roslyn/pull/2343)) +* Update Build.md brew cask instructions (PR: [#2355](https://github.com/OmniSharp/omnisharp-roslyn/pull/2355)) +* Remove not used middleware extension methods and unify adding middleware (PR: [#2340](https://github.com/OmniSharp/omnisharp-roslyn/pull/2340)) +* Pass --overwrite when pushing build artifacts to azure (PR: [#2358](https://github.com/OmniSharp/omnisharp-roslyn/pull/2358)) +* Delete System.Configuration.ConfigurationManager from deployed packages ([omnisharp-vscode#5113](https://github.com/OmniSharp/omnisharp-vscode/issues/5113), PR: [#2359](https://github.com/OmniSharp/omnisharp-roslyn/pull/2359)) +* Support inlay hints (PR: [#2357](https://github.com/OmniSharp/omnisharp-roslyn/pull/2357)) +* Update build tools to match .NET SDK 6.0.201 ([#2363](https://github.com/OmniSharp/omnisharp-roslyn/pull/2363)) + ## [1.38.1] - 2022-02-18 * Reuse Roslyn's analyzer assembly loader (PR: [#2236](https://github.com/OmniSharp/omnisharp-roslyn/pull/2236)) * Pass Completion, Rename and Block Structure options directly instead of updating the Workspace (PR: [#2306](https://github.com/OmniSharp/omnisharp-roslyn/pull/2306)) diff --git a/NuGet.Config b/NuGet.Config index 91db90b2e5..4d92b5c122 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -3,6 +3,7 @@ + diff --git a/build/Packages.props b/build/Packages.props index 0b65ea624a..7900eb2a46 100644 --- a/build/Packages.props +++ b/build/Packages.props @@ -7,7 +7,7 @@ 17.0.0 17.0.0 6.0.0 - 4.2.0-3.22157.8 + 4.2.0-3.22169.1 2.4.1 @@ -75,7 +75,7 @@ - + diff --git a/src/OmniSharp.Http.Driver/app.config b/src/OmniSharp.Http.Driver/app.config index 1a5e2cce80..ea5e74fe57 100644 --- a/src/OmniSharp.Http.Driver/app.config +++ b/src/OmniSharp.Http.Driver/app.config @@ -48,7 +48,7 @@ - + diff --git a/src/OmniSharp.LanguageServerProtocol/app.config b/src/OmniSharp.LanguageServerProtocol/app.config index 5e9e816bcc..5642f27c35 100644 --- a/src/OmniSharp.LanguageServerProtocol/app.config +++ b/src/OmniSharp.LanguageServerProtocol/app.config @@ -48,7 +48,7 @@ - + diff --git a/src/OmniSharp.Roslyn.CSharp/Services/InlayHints/InlayHintService.cs b/src/OmniSharp.Roslyn.CSharp/Services/InlayHints/InlayHintService.cs index b49f9c360e..19ab42e577 100644 --- a/src/OmniSharp.Roslyn.CSharp/Services/InlayHints/InlayHintService.cs +++ b/src/OmniSharp.Roslyn.CSharp/Services/InlayHints/InlayHintService.cs @@ -95,7 +95,7 @@ public async Task Handle(InlayHintResolveRequest request) return request.Hint; } - var descriptionTags = await roslynHint.GetDescrptionAsync(document, CancellationToken.None); + var descriptionTags = await roslynHint.GetDescriptionAsync(document, CancellationToken.None); StringBuilder stringBuilder = new StringBuilder(); MarkdownHelpers.TaggedTextToMarkdown( descriptionTags, diff --git a/src/OmniSharp.Stdio.Driver/app.config b/src/OmniSharp.Stdio.Driver/app.config index 1a5e2cce80..ea5e74fe57 100644 --- a/src/OmniSharp.Stdio.Driver/app.config +++ b/src/OmniSharp.Stdio.Driver/app.config @@ -48,7 +48,7 @@ - + diff --git a/tests/app.config b/tests/app.config index 402dc2a6a5..bdbc18b221 100644 --- a/tests/app.config +++ b/tests/app.config @@ -32,7 +32,7 @@ - + diff --git a/tools/packages.config b/tools/packages.config index 46b7b28f87..8111c5185c 100644 --- a/tools/packages.config +++ b/tools/packages.config @@ -13,16 +13,16 @@ --> - - + + - - - - - - + + + + + + - - - - - - - + + + + + + + + - + @@ -71,9 +72,9 @@ - - - + + +