Skip to content

Conversation

SteveSandersonMS
Copy link
Member

Imported from dotnet/blazor#1702

@SteveSandersonMS SteveSandersonMS force-pushed the stevesa/import-blazor-pr-1702 branch from 579659b to ae7485c Compare December 14, 2018 09:04
kirkplangrid and others added 2 commits December 14, 2018 18:03
…es with ParameterAttribute Currently if you have a property like:

```
[Parameter] public string Foo { get; private set; }
```

The analzyer emits a warning about public properties with a `[Parameter]` attribute specified.  Since the reason for this warning is about calling the setter (and mutating state at improper points in the rendering cycle) explicit non-public setters should be ignored.

See https://github.com/aspnet/Blazor/issues/1388#issuecomment-439650736 for more elaboration
@SteveSandersonMS SteveSandersonMS force-pushed the stevesa/import-blazor-pr-1702 branch from ae7485c to c9f9911 Compare December 14, 2018 18:04
@SteveSandersonMS SteveSandersonMS merged commit ec9676f into master Dec 14, 2018
@SteveSandersonMS SteveSandersonMS deleted the stevesa/import-blazor-pr-1702 branch December 14, 2018 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants