Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Plan for Partial Events and Constructors #76859

Open
16 of 20 tasks
jjonescz opened this issue Jan 22, 2025 · 0 comments
Open
16 of 20 tasks

Test Plan for Partial Events and Constructors #76859

jjonescz opened this issue Jan 22, 2025 · 0 comments
Labels
Area-Compilers Feature - Partial Events and Constructors untriaged Issues and PRs which have not yet been triaged by a lead

Comments

@jjonescz
Copy link
Member

jjonescz commented Jan 22, 2025

Champion issue: dotnet/csharplang#9058
Speclet: https://github.com/dotnet/csharplang/blob/main/proposals/partial-events-and-constructors.md
Feature branch: https://github.com/dotnet/roslyn/tree/features/PartialEventsCtors

  • language version (LangVersion)
    • partial event
    • constructor: partial treated as type previously
  • partial before other modifiers (Partial*Last)
  • in non-partial class or struct (NotInPartialType)
  • in interface
  • missing implementation (MissingImplementation)
  • missing declaration (MissingDefinition)
  • duplicate implementation (DuplicateImplementation)
  • duplicate declaration (DuplicateDefinition)
  • static constructor (StaticPartialConstructor)
  • extern (Extern_*)
  • abstract (Abstract)
  • explicit interface implementation event (ExplicitInterfaceImplementation)
  • event with initializer (EventInitializer_*)
  • missing accessors (EventAccessorMissing)
  • merged attributes
  • mismatched static and instance modifiers
  • mismatched accessibility
  • use partial event as value (Use_EventAsValue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Feature - Partial Events and Constructors untriaged Issues and PRs which have not yet been triaged by a lead
Projects
None yet
Development

No branches or pull requests

1 participant