-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
CSharpier deletes arguments of primary constructor on struct #1067
Comments
I've had to turn CSharpier off after migrating to .Net 8 due to this issue. |
Sorry about missing that primary constructor case, I can hopefully get a fix out today after work. |
Thanks for sharing your work with the world. No stress from me. |
It looks like this did make it into 0.26.0, are you perhaps on an older version? See #969 |
I installed via Visual Studio Extensions. It says I have version 1.4.8. It also says there are no updates available. Should I install via command line instead? |
The extension is versioned separately from CSharpier itself. People working on multiple projects with teams may have each project on a different version of csharpier. You probably are using the version of CSharpier that was available when you installed the extension. Figuring out a way to show that info to the user and/or a way to update CSharpier from the extension has been on my list for a while but I haven't had time to get to it. Assuming you have it installed globally you can run |
becomes:
The text was updated successfully, but these errors were encountered: