Rick Strahl
Rick Strahl
Top level projects (like Web, Desktop or Test) can't be targeted to .NET Standard - they have to have a concrete runtime to bind to. Only library projects can target...
This should work just fine as the base libraries from the host can be used. You probably need to add additional base libraries or load the currently running assemblies into...
Thanks for the pointer Miha... So I don't see that there's any workaround short of using raw HTML ```markdown bold text ending with slash/followed by non-blank ``` Is there any...
For reference here's a screen shot of Markdown Monster rendering the above links as well as a relative image and an explicit HTML video tag:  For the markdown media...
Do you think relative paths need an option? Seems like this should just work otherwise it's confusing why some media links work and some do not. Looks like the only...
Took a look at this today finally. I think this depends on the platform you're running on - on full framework this should work, but on .NET Core it'll fail...
I bumped this up to the Roslyn repo to see if there might be a solution to get a `MetaDataReference` from an in-memory compiled assembly/type. https://github.com/dotnet/roslyn/issues/65627
So figured out how to get the code to compile by fixing up the meta data reference. That fixes the compilation issue. Unfortunately though, it still doesn't work because the...
So after a bit of further debugging, using private Reflection and logging in production with Analytics it turns out its the `_DragabalzItemsControl` that is null. I still can't duplicate the...
Not sure how this would work. The only way this could work would be for the tag helper and then the issue is that the rendering of images is handled...