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

Expose.Attribute in VS 2015 for PropertyName{get;} #11

Closed
GeertvanHorrik opened this issue May 31, 2017 · 2 comments
Closed

Expose.Attribute in VS 2015 for PropertyName{get;} #11

GeertvanHorrik opened this issue May 31, 2017 · 2 comments
Milestone

Comments

@GeertvanHorrik
Copy link
Member

Initially created via Catel/Catel#835

in VS 2015 we can write PropertyName{get;} and init property in ctor.

// ViewModel try Exception 
[Model]
[Expose("Name")]
public AnyType PropertyName{get;}

// this is OK
[Model]
[Expose("Name")]
public AnyType PropertyName{get;set;}
@GeertvanHorrik GeertvanHorrik added this to the 3.1.0 milestone Mar 14, 2018
@GeertvanHorrik GeertvanHorrik modified the milestones: 3.1.0, 3.2.0 Mar 22, 2018
@GeertvanHorrik GeertvanHorrik modified the milestones: 3.2.0, 3.3.0, 3.4.0 Apr 4, 2018
@stale
Copy link

stale bot commented Jun 10, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jun 10, 2018
@stale stale bot closed this as completed Jun 17, 2018
@lock
Copy link

lock bot commented Aug 26, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant