Tags: dotnet/roslyn
Tags
Flatten SourceMethodSymbol hierarchy (#76107) Once upon a time, there were source method symbols that didn't have attributes, and thus we had `SourceMethodSymbol` and `SourceMethodSymbolWithAttributes`, to simplify/save on symbol size for such methods. Today, there is no such difference, and the only direct implementor of `SourceMethodSymbol` is `SourceMethodSymbolWithAttributes`. Therefore, I've cleaned up the hierarchy by removing the dead intermediate class.
Build Branch: refs/heads/release/dev17.12 Internal ID: 20241108.5 Internal VS ID: rel.d17.12-35521.163
Support unbound generic types in 'nameof' operator. (#75368) Co-authored-by: Julien Couvreur <[email protected]>
Build Branch: refs/heads/release/dev17.12 Internal ID: 20241108.5 Internal VS ID: rel.d17.12-35514.174
Bump Razor to 9.0.0-preview.24555.12 (#75794) The previous bump was because of a serialization change from v6 to v7. Sadly RPS meant that change got reverted, so this takes us back to v6. I suspect we'll be back at v7 soon, but preparing this so Razor insertions are not otherwise blocked.
Bump Razor to 9.0.0-preview.24555.12 (#75794) The previous bump was because of a serialization change from v6 to v7. Sadly RPS meant that change got reverted, so this takes us back to v6. I suspect we'll be back at v7 soon, but preparing this so Razor insertions are not otherwise blocked.
Build Branch: refs/heads/release/dev17.13 Internal ID: 20241101.2 Internal VS ID: rel.d17.13-35507.96
PreviousNext