-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
- Cache diagnostic analyzer computation
- Improve Reverse break doc
- Remove parameter always passed the same value
- Dogfood msbuild server
- Add another UI context to control Razor cohost pre-init
- Disable brace completion cancellation while a debugger is attached
- Fix stdlib inconsistency between core and fx compiler
- Update doc for IMethodSymbol.IsExtensionMethod
- Don't cache known-broken compositions
- Update PublishData.json
- Extensions: address some follow-ups related to
using
directives - Cleanup methods in DiagAnalyzerService
- Simplify processing of errors reported by the build
- Additional cleanup of the DiagnosticAnalyzerServier
- Fix Code Lens around source generated files
- Remove superflous DiagService api that can be achieved with existing apis
- Add RuntimeAwaitMethod to AwaitExpressionInfo
- Expose protocol types to new Razor test assemblies
- Generate
init
accessor for required properties insidereadonly struct
s - Remove existing low level diag oop code now that it's all handled at higher levels.
- Allow large InlineHint ArrayBuilder pooling
- Reduce allocations obtaining classified spans in ClassifierHelper
- Compute span diagnostics in oop
- Update SemanticSearch to 18.0.634-alpha
- Allow Razor cohosting to work with non-Razor SDK projects
- Do not use collectible AssemblyLoadContexts in AnalyzerAssemblyLoader.
- Move computation of deprioritized analyzers to oop
- EnC: Fix symbol mapping of delegates with indexed name
- Emit telemetry 'durations' with known radix point '.'
- Move logic up into DiagService
- Switch PR val pipeline to test signing
- Move the StateManager type up to the DiagnosticService from the DiagnosticIncrementalANalyzer
- Immediately remote diagnostics call to OOP
- Re-enable incremental SDL
- Build Microsoft.CodeAnalysis.SemanticSearch.Extension ref assembly for use in semantic search queries
- Only cache compilation if we have the same set of analyzers
- Modify Attribute_TypedParamsConstant_EnumArray_ConstructorArgument test to work on Mono
- Add auto-generated to EmbeddedAttribute
- Update publishdata for main branch
- Delete unused property
- Update 'use expr body' to be a purely syntactic analyzer
- Update publishdata.json for release/dev18.0
- Mark 'Use expr body' as a syntax-only fixer