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

Updated core csproj file to make MSbuild generate the resource class … #672

Merged
merged 1 commit into from
Feb 25, 2020

Conversation

KasperSK
Copy link
Member

Fixes #669 by generating the Resource class in a different namespace for Caliburn.Micro.Core, it is not at perfect solution but there where no easy way to turn off the autogeneration of the Resource class.

In this way the two Resource classes will be in different namespaces however the one in the new namespace could still be referenced by mistake.

Basically there is a Caliburn.Micro.Resource and a Caliburn.Micro.Core.Resource class.

@nigel-sampson nigel-sampson merged commit 665abb4 into Caliburn-Micro:master Feb 25, 2020
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.

Resource class exists in both Caliburn.Micro.Core and Caliburn.Micro.Platform
2 participants