-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Closed
Copy link
Labels
Description
- Remove SyntaxTrivia from the compiler
- Add start-code.cmd
- Remove SCI from generators directory
- Update PublishData.json after VS snap to rel/d17.14
- Update maintenance-packages versions
- Remove RLSP alias by limiting direct references to CLaSP types to Microsoft.AspNetCore.Razor.LanguageServer
- Fuse/fix debugging info (#11658)
- Remove unused field from PublishData
- Use Roslyn LSP types instead of Visual Studio types
- Tweak a log message
- Disable the first launch dialog in integration tests
- Add a stress test for renaming a component attribute
- Add serialization tests back
- Improve performance and memory usage of TagHelperBinder
- Rationalize ProjectEngineHost a bit
- Snap 17.14p3 (update config)
- Skip past whitespace on the same line when wrapping with tag
- Pre-snap Code Clean Up
- TagHelper resolution should fallback from out-of-proc to in-proc on failure
- Remove richnav pipeline and feed
- [main] Update dependencies from dotnet/source-build-reference-packages
- Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2675340
- Minor cohosting cleanup
- Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2674517
- Fix provisional completion corrupting other requests
- Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2674073
- Fix memory leaks
- Publish Microsoft.VisualStudioCode.RazorExtension
- Update Ngen Priorities for VS
- Localized file check-in by OneLocBuild Task: Build definition ID 262: Build ID 2672960
- Remove Razor EA For Roslyn
- Add a suppressor for CS8618
- Set PackageProjectUrl
- Some code actions ordering and cleanup
- Emit pragmas for empty @ expressions in MVC
- Update TSA settings main
- Update dependencies coming from maintenance-packages
- [main] Update dependencies from dotnet/source-build-reference-packages
- Fix a couple of Razor project issues
- Use DocumentKey to avoid holding Razor project/document snapshots when the most recent will be used.
- Don't format if we didn't get a response from the Html formatter
- Fix find all references integration tests
- Couple of small code actions tweaks
- [main] Update dependencies from dotnet/source-build-reference-packages
- Fix text area formatting in the new formatting engine
- Remove excess async state machines in completion
- Minor clean up of some completion code
- Stop allowing FileKind to be set on a RazorCodeDocument independently from the RazorParserOptions
- Move VS Code To Pull Diagnostics
- Upgrade to net9
- Cleanup CompletionTriggerAndCommitCharacters
- Add constraints to CaptureParameters method
- [main] Update dependencies from dotnet/source-build-reference-packages
- [FUSE] Layout mapping
- Stop running cohosting tests with and without FUSE
- Improve solution load performance
- Remove some Newtonsoft.Json references and conversions
- Change symbol publishing for more reliable builds
- Remove references to old xliff-tasks repo from Version.Details.xml
- Add override completion integration test
- Simply cohosting generated document Uri code
- Remove unnecessary assert
- Make logging fall into the pit of success
- Show TODO Razor comments in the Task List in VS
- [main] Update dependencies from dotnet/source-build-reference-packages
- Update document mapping to work with the source generator
- Update PublishData.json after VS Snap
- Revert symbol related changes (for now)
- Move cohost options to explicit class
- Fix code actions appearing for the wrong context when invoked from light bulb
- Produce more symbols
- Don't send invalid ranges for diagnostics if they do not map
- Unskip diagnostic integration tests
- Move static accessor into separate method so we don't JIT it unless we're turning it on
- Fix file path service, and integration tests
- Add ParserOptions and CodeGenerationOptions properties to RazorCodeDocument and rationalize options configuration
- Improve build reliability by removing conversion to Windows PDB
- Fix parsing of quotes in attribute names
- Unskip cohosting diagnostics tests
- Update configs for 17.14p2 snap