-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
- Fix indentation of if statement after else on separate line
- Address Component Governance concerns around Microsoft.Build references
- Unskip build task integration tests
- Update Microsoft.Build* 17.11.31 package references to address Component Governance concerns
- Avoid NRE when compiling unsupported CREFs
- Update feature status for Unions and record some rules
- Fix list patterns on pointer types causing internal compiler error
- Mark dependency on FBP source package as private
- Improve parser error recovery for property declarations with missing identifiers
- Fix CS0419 to display fully qualified type names for ambiguous cref symbols
- Remove parameters which are redundant with _localScopeDepth
- Fix returning valid pp symbol info on unrelated preprocessor directives
- Fix URL in Version.Details.xml
- Use simpler context object for setting/resetting parser state.
- Make RuntimeHostInfoTests more robust
- Fix build task custom compiler logic
- Fix cycle in partial event interface implementation