Releases: OmniSharp/omnisharp-roslyn
Releases · OmniSharp/omnisharp-roslyn
v1.37.16
Changes:
- 443e667 Merge pull request #2239 from nohwnd/update-versions
- 1befe4c Update changelog
- 49b6383 Update versions from 6.0.1xx
- 02d3168 Merge pull request #2227 from jkoritzinsky/omnisharp-local-dotnet
- 4fc9fae Merge branch 'master' into omnisharp-local-dotnet
- 657b064 Merge pull request #2235 from OmniSharp/bugfix/nuget-versions
- a67c6af 6.0.0-preview.4.220 -> 6.0.0-preview.4.230
- fef3f06 Merge pull request #2234 from JoeRobich/update-analyzerconfig
- bef50c7 Handle .editorconfig changes without running a new design time build
- 5cd3e6d Merge pull request #2233 from JoeRobich/fix-getquickfix
See More
- d79627d Add test for misc Workspace scenario
- dcbef8d Fix Cake Completion tests
- eae3c08 Update MappedLocation to better simulate Razor scenario
- 451ea48 Do not return nulls when getting documents by path
- 4f7ed0f Merge pull request #2232 from OmniSharp/bugfix/record-struct-highlight
- 72030e7 test for RecordStructName
- 91d5fae handle ClassificationTypeNames.RecordStructName
- 0c74963 Add a configuration mechanism to allow users to point Omnisharp to a custom .NET CLI, with a fallback to the DOTNET_ROOT environment variable before falling back to the PATH.
- 8144773 Merge pull request #2226 from JoeRobich/fix-code-structure
- 2eb2e13 Update CodeStructureService with FileScoped Namespace support
This list of changes was auto generated.
v1.37.15
- Update Roslyn to 4.0.0-4.21427.11 (PR: #2220)
- Update NuGet to 5.10.0 (#2027, PR: #2034)
- Remove .NET Core 2.1 (PR: #2219)
- Update versions to match .NET SDK 6 RC1 (PR: #2217)
- Use FullPaths for Locations that are returned with relative paths. (#2215, PR: #2216)
- Improved logging in project manager (PR: #2203)
- Log a warning when external features path has no assemblies (#2201, PR: #2202)
v1.37.14
v1.37.13
Changes:
- a9da26f Merge pull request #2189 from captainsafia/patch-1
- d6e8b22 Update Roslyn version for Razor
- f99caff Merge pull request #2187 from JoeRobich/update-build-tools6
- b945b6a Update language version test
- 96320aa Update included Build Tools to match .NET SDK 6 Preview 6
This list of changes was auto generated.
v1.37.12
- Generate binary redirects for OmniSharp libraries (PR: #2185)
- Update Roslyn to 4.0.0-2.21322.50 (PR: #2183)
- Added support for diagnostic suppressors (#1711, PR: #2182)
- Use the Microsoft.Build.Locator package for discovery (PR: #2181)
- fixed Cake test following the auto merge of #2175 (PR: #2176)
- Update build tools to match NET 6 Preview 5 (PR: #2175)
v1.37.11
- Include timing info in logged responses (PR: #2173)
- Defend against null value in BuildErrorEventArgs (#2171, PR: #2172)
- Updated to all the latest .NET SDKs (PR: #2166)
- Add support for GoToDefinition on source-generated files (PR: #2170)
- Add V2 version of GotoDefinitionService (PR: #2168)
- avoid NRE when document is null (PR: #2163))
v1.37.10
v1.37.9
- Add async completion support (PR: #1986)
- Only subscribe to AppDomain.AssemblyResolve once (PR: #2149)
- Update build tools to match .NET 6 Preview 3 SDK. (PR: #2134)
- Do not return null responses from BlockStructureService and CodeStructureService (PR: #2148)
- Strong-name sign OmniSharp assemblies (PR: #2143)
- Updated IL Spy to 7.0.0 stable (PR: #2142)
- Do not crash on startup when configuration is invalid (PR: #2140)
- Bump System.Text.Encodings.Web from 4.7.1 to 4.7.2 in /tools (PR: #2137)
- Correctly set compilation platform of the project (PR: #2135)
- Fix typo (PR: #2098)
- Rework completion resolution (#2123, PR: #2126)
- Report back the solution filter name in workspace updated event (PR: #2130)
v1.37.8
- Support Solution filter (.slnf) (PR: #2121)
- updated to IL Spy 7.0.0.6372 (PR: #2113)
- Add sentinel file to MSBuild to enable workload resolver (omnisharp-vscode#4417, PR: #2111)
- fixed CS8605 "Unboxing possibly null value" (PR: #2108)
- fixed a 1.37.7 regression: added binding redirects for System.Threading.Tasks.Dataflow (PR: #2107)
v1.37.7
- Update Roslyn version to
3.10.0-1.21125.6
(PR: #2105) - Update included build tools to closely match NET 6 Preview 1 SDK (PR: #2103)
- Updated to latest lsp version (PR: #2099)
- Improve custom error messages for MSB3644 (PR: #2097)
- Do not call FindReferencesAsync for null symbol (#2054, PR: #2089)
- Move LSP Completion to the new CompletionService (PR: #2074)
- use an OmniSharp specific message for MSB3644 (#2029, PR: #2069)
- changed the default RunFixAllRequest timeout to 10 seconds (PR: #2066)