Skip to content

Add warning message for incorrect usage of [Reactive]Β #296

@luojunyuan

Description

@luojunyuan

[Reactive] public bool IsVisible { get; set; }

This will not generate any code.

[Reactive] public partial bool IsVisible { get; set; }

This is correct, but when I mistakenly write it in the first way, there seems to be no error or warning.

Can we have a warning or hint for this kind of misuse.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions