-
Couldn't load subscription status.
- Fork 4.2k
Closed
Description
- Ensure that locals at the top level of a constructor have the same safe-context as parameters
- Fix handling of SymbolDisplayCompilerInternalOptions.UseArityForGenericTypes option for non-native symbol implementations
- Add back old DocumentSpan constructor
- Add tests verifying pointer types in type parameters require unsafe context
- Add regression test for Interlocked.Exchange with nullable types
- Add regression test for ParseAttributeArgumentList with invalid input (fixes #8699)
- Add regression test for compiler crash with syntax error in indexer declaration
- Add runtime NullReferenceException validation to foreach null iteration tests
- Update MicrosoftBuildTasksCoreVersionForMetrics to 17.11.48
- Mark CS4009 error as a "build only" error.
- Remove RestoreUseStaticGraphEvaluation workaround
- Fix go to definition for conversions on invalid constructor overloads
- Fix ArgumentException in SeparatedSyntaxList.ReplaceSeparator to use proper message and paramName
- Add XML documentation for GlobalStatementSyntax
- Completion for
#:projectpaths (round 2) - Extensions: Add ReduceExtensionMember API
- Use built-in inline array types when possible
- Fix typos and improve clarity in documentation
- Fix SafeContext of Span-valued collection expressions to match specification
- Improve detection of invalid references for implicitly typed expression variables declared within implicit object creation expressions.
- Add test demonstrating behavior of ToMinimalDisplayString.
- Only set DOTNET_HOST_PATH if something was installed
- Clean up a Razor external access service
- Remove unused statement
- Allow foreach on typed null enumerables
- Update documentation for DeclaringSyntaxReferences and Locations to clarify partial members behavior
- Fix ITypeSymbol.BaseType documentation for type parameters
- soft-select select camelcase matched item if user might be typing an undefined type parameter
- Allow semantic tokens in Razor to be better behaved
- Update code to use GetFirstLocation() instead of Locations[0] or Locations.First()
- When searching for the original file from a PDB, only allow absolute paths
- Add several tests for collection expressions with ref struct element type
- [Hot Reload] Simplify StartDebuggingSession
- Avoid deep recursion in NullabilityRewriter.VisitBinaryPattern
- Update repository to .NET 10 RC2