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

NEST-319: Upgrade remaining Orchard Core packages to 1.4.0 and fix settings and editor crash when Localization feature is enabled #138

Merged
merged 16 commits into from
Aug 3, 2022

Conversation

DemeSzabolcs
Copy link
Contributor

@DemeSzabolcs DemeSzabolcs commented Aug 1, 2022

NEST-319

Fixes #129

@DemeSzabolcs DemeSzabolcs marked this pull request as draft August 1, 2022 16:00
@DemeSzabolcs DemeSzabolcs changed the title NEST-319: Upgrade remaining Orchard Core packages to 1.4.0 NEST-319: Upgrade remaining Orchard Core packages to 1.4.0 and fix settings and editor crash when Localization feature is enabled Aug 1, 2022
@DemeSzabolcs DemeSzabolcs marked this pull request as ready for review August 2, 2022 14:36
Comment on lines 2 to 4
<PropertyGroup>
<LombiqHelpfulLibrariesPath>$(MSBuildThisFileDirectory)Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.OrchardCore\Lombiq.HelpfulLibraries.OrchardCore.csproj</LombiqHelpfulLibrariesPath>
</PropertyGroup>
Copy link
Contributor

Choose a reason for hiding this comment

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

Wrong repo, this should be here.

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 think if I put it inside the main project's Directory.Build.props this one overrides it (OCC's build.props without the variable), deleting the value. I tried this and gives me nothing:
image
image

When I put it in this Directory.Build.props (OCC's) I can see the path in the console.

Copy link
Contributor

Choose a reason for hiding this comment

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

I found this documentation. What a horrible system. Then put the property back into the OrchardCore.Commerce.csproj and let's get this over with.

I learn something bad about MSBuild every day smh...

@sarahelsaig sarahelsaig merged commit 17f8f7a into main Aug 3, 2022
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.

Settings and editor crash when Localization feature is enabled.
2 participants