We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A lot of places in the documentation refer to caliburnproject.org, a website which is obviously not related to Caliburn.Micro anymore.
In may places the namespace is referenced as: xmlns:cal="http://www.caliburnproject.org"
xmlns:cal="http://www.caliburnproject.org"
That doesn't work anymore, and you instead have to use something like: xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
Example: https://caliburnmicro.com/documentation/actions
The text was updated successfully, but these errors were encountered:
Xaml namespace imports are sadly different on each platform, the initial import does work on WPF.
We should transition away from using that url though, potentially in 4.0.0
Sorry, something went wrong.
#486 Add xmlns prefix for actual site
c9ce93b
I've pushed a change adding a prefix for a site that actually exists.
Will deprecate the old one in a later version.
No branches or pull requests
A lot of places in the documentation refer to caliburnproject.org, a website which is obviously not related to Caliburn.Micro anymore.
In may places the namespace is referenced as:
xmlns:cal="http://www.caliburnproject.org"
That doesn't work anymore, and you instead have to use something like:
xmlns:cal="clr-namespace:Caliburn.Micro;assembly=Caliburn.Micro.Platform"
Example: https://caliburnmicro.com/documentation/actions
The text was updated successfully, but these errors were encountered: