Releases: dotnet/vscode-csharp
Releases Β· dotnet/vscode-csharp
v2.61.27
- Update Razor to 9.0.0-preview.25052.3 (PR: #7904)
- Offer generate handler for
@bind-XX:afterand:set(#11350) (PR: #11350) - Support "Generate Event Handler" on event callbacks (ie
ValueChangedand friends) (#11347) (PR: #11347) - Fix completion at end of document (#11343) (PR: #11343)
- Fix completion in an empty document (#11344) (PR: #11344)
- Only show element hover information when hovering over an element in a
.razorfile (#11336) (PR: #11336) - Don't format collection expressions, because Roslyn doesn't either (#11326) (PR: #11326)
- Update telemetry to 17.13.28 (#11315) (PR: #11315)
- Filter out CSS002 when it appears in an "@@" (#11313) (PR: #11313)
- Improve Find All Refs results (#11279) (PR: #11279)
- Offer generate handler for
- Update Roslyn to 4.13.0-3.25051.1 (PR: #7895)
- Prefix 'unmerged changes' with 'TODO' (PR: #62319)
- Fix crash when classifying embedded test classifications (PR: #76576)
- Ensure 'remove unnecessary using' shows up before 'convert to program-main style program' (PR: #76543)
- Fixup OmniSharp fallback AnalyzerConfigOption updater (PR: #76542)
- Expose NotificationService to OmniSharp (PR: #76541)
- Do not offer inline hints for parameters that already named (PR: #76532)
- Have inline hints display aliases if appropriate (PR: #76530)
- Allow OmniSharp to provide ImplementType Options (PR: #75312)
- Update telemetry to 17.13.28 (PR: #76480)
- feat(lsp): add --pipe parameter (PR: #76351)
- Slightly reduce allocations in SymbolCompletionItem.AddSymbolInfo (PR: #76418)
- Small reduction in allocations in DateAndTimeLanguageDetector (PR: #76393)
- Cache the compilation states in compilation order to avoid recalculation (PR: #76380)
- Razor synchronize loader (PR: #76357)
- Reduce allocations from doing repeated adds into an ImmutableDictionary in SolutionCompilationState.ComputeFrozenSnapshot (PR: #76361)
- Reduce allocations in WithUsingNamespacesAndTypesBinder.GetForwardedToAssemblyInUsingNamespaces (PR: #76370)
- Remove an enumerator allocation in SymbolCompletionItem.CreateWorker (PR: #76375)
- Reduce allocations in ProjectState's ctor (PR: #76369)
- Reduce allocations in CompletionItem.GetEntireDisplayText (PR: #76373)
- Reduce allocations in AbstractSymbolCompletionProvider.UnionSymbols (PR: #76368)
- Reduce allocations in AbstractRecommendationServiceBasedCompletionProvider.GetSymbolsAsync (PR: #76365)
- Cache the MEF composition in the Roslyn LSP. (PR: #76276)
- Fix Razor Report An Issue (PR: #7894)
- Hot Reload = Fuse On (PR: #7873)
- Update Debugger Package Download Endpoints to AzureFrontDoor URL (PR: #7879)
- Update OmniSharp to 1.39.12 (PR: #7445)
- Update .NET SDKs (PR: omnisharp-roslyn/#2621)
- Update Roslyn to 4.12.0-1.24358.3 (PR: omnisharp-roslyn/#2619)
- Fix code fix construction (PR: omnisharp-roslyn/#2620)
- Remove NuGet.Packaging.Core, as it's an assembly that only contains forwarders (PR: omnisharp-roslyn/#2610)
- Fix inlay hints lambdas parameter type null reference exception (PR: omnisharp-roslyn/#2604)
- Update SDKs and Roslyn (PR: omnisharp-roslyn/#2603)
- Pass project path when performing a restore (PR: omnisharp-roslyn/#2593)
- Bump xamltools to 17.13.35703.12 (PR: #7893)
- Don't try to send dynamicInfoChanged if the server isn't running (PR: #7875)
v2.60.26
- Improve performance of razor/blazor component discovery (PR: #7826)
- Update Razor to 9.0.0-preview.24605.1 (PR: #7826)
- New Code Action! Add a code action to promote a using directive (#11241) (PR: #11241)
- Add more information to dynamic file publish (#11267) (PR: #11267)
- Remove C#s using snippet from completion (#11272) (PR: #11272)
- Fix extract component whitespace handling (#11262) (PR: #11262)
- Handle aliased usings in RazorEditHelper (#11208) (PR: #11208)
- Update Debugger Packages and move macOS requirement to macOS 13 (PR: #7854)
- Fix spelling of successfully (PR: #7853)
- Update Roslyn to 4.13.0-3.24605.12 (PR: #7826)
- Fix go-to-def on an abstract explicit impl of an interface method (PR: #76238)
- Fix parameter completion item icon (PR: #76292)
- Enable LSP go to definition on string literals (PR: #76291)
- Use named pipes to connect to the BuildHost process. (PR: #76259)
- Improve Razor DynamicFile Provider (PR: #76050)
- Add option to disable LSP-based auto insert (PR: #75224)
- Report errors processing messages in the build host (PR: #76252)
- Update FAR and Go to Def to work on indexers (PR: #76220)
- Fix NFW thrown when refreshing source generated files (PR: #76240)
- Update find-refs to find references to Dispose in a using-statement (PR: #76221)
- Add support for 'find refs' finding references to 'dynamic' (PR: #76118)
- Support implementing protected members in implement interface (PR: #76178)
- Do not treat Task.Run methods as 'apparent' for 'use var' (PR: #76229)
- Support introduce variable at the top level (PR: #76218)
- Fix switch indentation for list patterns (PR: #75953)
- Keep member bodies when converting DIM property to method (PR: #76186)
- Have go-to-def flip between partial definition and implementation (PR: #76187)
- Disable 'use coalesce expression' when statements cross a PP boundary (PR: #76173)
- Support name completion on generic types (PR: #76170)
- Improve extract-local-function in the presence of pp directives (PR: #76169)
- Fix issue trying to generate fields/properties from a top level program (PR: #76161)
- Update 'introduce using' to support expression statements (PR: #76147)
- Use implicit initializer if present to generate type properties (PR: #76162)
- Fix issue with explicit interface completion and static interface members (PR: #76150)
- When converting to raw strings, do not change \r\n sequences if not explicitly requested by the user (PR: #76120)
- Exclude starting symbol when going to implementations if we find implementations (PR: #76125)
- Add option to disable auto insertion of documentation comments (PR: #7381)
- Bump xamltools to 17.13.35606.23 (PR: #7856)
- Restore WASM debug hook (#7843) (PR: #7844)
v2.59.14
- Update Roslyn to 4.13.0-3.24577.4 (PR: #7833)
- Delete
dotnet.dotnetPathsetting and support automatic migration to replacements (PR: #7825)- Existing
dotnet.dotnetPathvalues will be migrated to the .NET Install Tool extension'sdotnetAcquisitionExtension.existingDotnetPathsetting. See this page for more details on configuring the .NET Install Tool. - The OmniSharp version of
dotnet.dotnetPathhas been migrated toomnisharp.dotnetPath
- Existing
- Bump xamltools to 17.13.35527.19 (PR: #7831)
v2.58.20
v2.57.28
- Update Razor to 9.0.0-preview.24565.1 (PR: [#7793])(#7793)
- Update Roslyn to 4.13.0-2.24565.3 (PR: #7792)
- Add support for go to type definition (PR: #75819)
- Reduce formatting allocations when scrolling (PR: #75912)
- Improve go-to-impl with error conditions (PR: #75913)
- Update 'use simple using statement' to support global statements (PR: #75921)
- Fix case where we were erroneously offering to convert a dictionary to use a collection expression. (PR: #75897)
- Recover better when a user uses commas in a for-statement instead of semicolons (PR: #75632)
- Do not run 'remove unnecessary imports' on generated code (PR: #74762)
- improve goto-def on an invalid override (PR: #75901)
- Fix formatting of simplify-linq-expression (PR: #75860)
- Add new line before 'where' constraints in Quick Info (PR: #60545)
- Increase default server start timeout to 2minutes (PR: #7788)
- Update Razor to 9.0.0-preview.24561.3 (PR: #7748)
- Add feature flag to turn on the new Roslyn tokenizer (PR: #11185)
- Fix Razor preview panel button colors to have more visible contrast ratio (PR: #7766)
- Bump xamltools to 17.13.35513.19 (PR: #7777)
v2.56.31
v2.55.29
v2.56.29
- Update Roslyn to 4.13.0-2.24561.3 (PR: #7765)
- Update Razor to fix serialization issue loading projects (PR: #75794)
- Update Razor to 9.0.0-preview.24557.11 (PR: #7756)
- Fix FUSE hook up in VS Code (#11175) (PR: #11175)
- Update VSTelemetryAPI version (#11181) (PR: #11181)
- Improvements for Assumed.Unreachable(...) (#11155) (PR: #11155)
- Better logging for named pipe (#11144) (PR: #11144)
- Fix code actions (and code actions integration tests) (#11141) (PR: #11141)
- Fix some things for extract component (#11137) (PR: #11137)
- More CodeAction moves in preparation for cohosting (#11135) (PR: #11135)
- Update Roslyn to 4.13.0-2.24557.5 (PR: #7752)
- Fix telemetry property value (PR: #75813)
- Classify 'await' as a control keyword (PR: #75782)
- Allow renaming with overload resolution when only one overload exists(PR: #75752)
- Fix issue loading completion providers from
<Analyyzer>project items (PR: #75721) - Expose code actions to Razor cohosting (PR: #75711)
- Do not include source generated documents in related document results (PR: #75718)
- Fix issue where inlay hints could not be resolved if multiple editors opened side by side (PR: #75709)
- Reduce allocations in ProjectSystemProjectFactory.ConvertMetadataReferencesToProjectReferences_NoLock (PR: #75646)
- Reduce memory and CPU costs due to SegmentedList usage (PR: #75661)
- Bump xamltools to 17.13.35506.24 (PR: #7740)
- Bump xamltools to 17.13.35507.225 (PR: #7755)
- XAML IntelliseSense completions for Image.Source
v2.55.28
Changes in 2.55.28 (since 2.50.25)
2.55.x
- Update Razor to 9.0.0-preview.24557.10 (PR: #7757)
- Update VSTelemetryAPI version (#11181) (PR: #11181)
- Update Roslyn to 4.13.0-2.24557.6 (PR: #7751)
- Fix issue telemetry reporting incorrect property value (PR: #75817)
- Update Roslyn to 4.13.0-2.24531.3 (PR: #7722)
- Update Razor to 9.0.0-preview.24531.4 (PR: #7723)
- Update Roslyn to 4.13.0-2.24529.3 (PR: #7705)
- Update Razor to 9.0.0-preview.24528.3 (PR: #7705)
- Switch to new log output window API and remove
dotnet.server.trace(PR: #7688) - Update Roslyn to 4.13.0-1.24528.3 (PR: #7688)
- Bumped xamlTools to 17.13.35431.11 (PR: #7719)
- XAML validation improvements
- Validating properties of Setters, Triggers, Conditions.
- Validating text values like
<Color> Red </Color> - Warnings for obsolete values like LayoutOptions.CenterAndExpand
- XAML IntelliseSense completions for ResourceDictionary.Source
- XAML IntelliseSense completions for name properties like Setter.TargetName
- XAML validation improvements
2.54.x
- Update debugger packages to v2.54.0 (PR: #7691)
- Only show misc files warning toast after delay. (PR: #7689)
- Update Roslyn to 4.13.0-1.24525.2 (PR: #7694)
- Bumped xamlTools to 17.13.35422.31 (PR: #7685)
- Update Razor to 9.0.0-preview.24524.4 (PR: #7692)
- Roslyn Tokenizer (#11086) (PR: #11086)
- Experimental feature
- Add flush method and make it implementation detail on how that happens (#11087) (PR: #11087)
- Do not extract component into code block (#11069) (PR: #11069)
- New code action to handle extracting razor code into a new razor component
- Handle EditorRequired *Changed/*Expression parameters (#11043) (PR: #11043)
- Avoid ambiguous
objectreference in generic component recovery (#11053) (PR: #11053) - Move culture info check (#11057) (PR: #11057)
- Report a better error for void components (#11041) (PR: #11041)
- Ensure model directives are mapped at runtime (#11007) (PR: #11007)
- Including @using for Out-of-Scope Razor Component References (#10651) (PR: #10651)
- Roslyn Tokenizer (#11086) (PR: #11086)
- Make checkDevCert a modal dialogue (PR: #7704)
2.53.x
- Update Roslyn to 4.13.0-1.24518.1 (PR: #7670)
- Bumped xamlTools to 17.13.35414.86 (PR: #7664)
- Escape code block in changelog (PR: #7665)
- Lookup Razor file context using its document uri. (PR: #7663)
- Update razor to 9.0.0-preview.24516.1 (PR: #7667)
- Add CLaSP Request Tracking (PR: #11015)
- Fix potentially ambiguous System.Object in _Imports.razor (PR: #10999)
- Fix nullability to match specification (PR: #11003)
- Recognize
_Imports.razorin the source generator (PR: #10992) - Fix @inherits mapping for fuse (PR: #10985)
- Fix project publish (or: Various project system fixes) (PR: #10983)
- Emit and map empty csharp tokens (PR: #10969)
- Fix Generate Event Handler code action (PR: #10967)
- Add IProjectSnapshot.ContainsDocument to test document paths cheaply (PR: #10975)
- Refresh diagnostics on project changes (PR: #10964)
- Don't throw if we get an old/bad Inlay Hint request (PR: #10968)
- Fix on type formatting (PR: #10949)
2.52.x
- Add miscellaneous file open notifications (PR: #7652)
- Require at least version 8.0.10 of the .net runtime (PR: #7651)
- Warn when the active file is not part of the open workspace (PR: #7628)
- Update debugger to 2.52.0 (PR: #7648)
- Ensure Razor is initialized when project loaded outside of the workspace (PR: #7645)
- Update Roslyn to 4.13.0-1.24511.1 (PR: #7628)
- Bumped xamlTools to 17.12.35403.211 (PR: #7629)
2.51.17
- Update Roslyn to 4.13.0-1.24503.11 (PR: #7618)
- LSP hover responses escape backticks within inline code (PR: #75364)
- Localize build host message output (PR: #74910)
- Log and report NFW when we fail to apply project system update (PR: #75362)
- Reduce allocations and UI thread CPU costs in WithDoNotCreateCreationPolicy (PR: #75358)
- Enable support for an LSP client to open source generated files (PR: #75180)
- Improve error reporting when reading bad metadata during EnC (PR: #75304)
- Suppress recoverable errors from razor LSP (PR: #7624)
- NOTE: this can be re-enabled by setting
razor.languageServer.suppressLspErrorToasts = false
- NOTE: this can be re-enabled by setting
- Update Roslyn to 4.13.0-1.24501.3 (PR: #7618)
- Fix issue loading analyzers when using EnforceCodeStyleInBuild (PR: #75250)
- Update Razor to 9.0.0-preview.24480.1 (PR: #7618)
- Fuse fix usings (PR: #10925)
- Fuse incorrect page directives (PR: [#10907](https://github...
v2.55.21
- Update Roslyn to 4.13.0-2.24531.3 (PR: #7722)
- Update Razor to 9.0.0-preview.24531.4 (PR: #7723)
- Update Roslyn to 4.13.0-2.24529.3 (PR: #7705)
- Update Razor to 9.0.0-preview.24528.3 (PR: #7705)
- Switch to new log output window API and remove
dotnet.server.trace(PR: #7688) - Update Roslyn to 4.13.0-1.24528.3 (PR: #7688)
- Bumped xamlTools to 17.13.35431.11 (PR: #7719)
- XAML validation improvements
- Validating properties of Setters, Triggers, Conditions.
- Validating text values like
<Color> Red </Color> - Warnings for obsolete values like LayoutOptions.CenterAndExpand
- XAML IntelliseSense completions for ResourceDictionary.Source
- XAML IntelliseSense completions for name properties like Setter.TargetName
- XAML validation improvements