Open DaveInCaz opened 5 years ago
README.md says:
Add the Quick Converter namespace to your xaml files so you can reference it. xmlns:qc="http://QuickConverter.CodePlex.com/"
Should it really still point to Codeplex?
Thanks
While it works, I guess so.
You should refer in your XAML to
xmlns:qc="clr-namespace:QuickConverter;assembly=QuickConverter"
See https://blog.danskingdom.com/dont-write-wpf-converters-write-c-inline-in-your-xaml-instead-using-quickconverter/
README.md says:
Should it really still point to Codeplex?
Thanks