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

upgrade facility definition #8

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

bryankenote
Copy link
Contributor

@bryankenote bryankenote commented Oct 14, 2023

Noticed the live editor was out of date and not recognizing the extern keyword.

@bryankenote bryankenote requested a review from ejball October 16, 2023 15:07
@@ -13,7 +13,7 @@
<PackageReference Include="Facility.CodeGen.CSharp" Version="2.14.5" />
<PackageReference Include="Facility.CodeGen.JavaScript" Version="2.4.0" />
<PackageReference Include="Facility.CodeGen.Markdown" Version="2.4.2" />
<PackageReference Include="Facility.Definition" Version="2.7.1" />
<PackageReference Include="Facility.Definition" Version="$(FacilityVersion)" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the advantage of using a property?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just opting to keep this consistent with fls. @ddunkin had suggested this there FacilityApi/FacilityLanguageServer#8 (comment).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO a property is only valuable when the same version is used for multiple related packages.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That makes sense. I don't have any opinion on it and I can remove the PropertyGroup if you think this is unnecessary.

@bryankenote bryankenote merged commit bee5c63 into FacilityApi:master Oct 16, 2023
@bryankenote bryankenote deleted the upgrade-facities-def branch October 16, 2023 15:56
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.

2 participants