dotnet-ad / dotnet-ad/MarkdownView
Is the nuget package broken?
- Dominant language
- C#
- Stars
- 129
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
I'm trying to use MarkdownView with Xamarin.Forms (iOS only), but keep seeing `Could not find `MarkdownView` referenced by assembly` errors.
Linking is disabled, so it's not being stripped either, although adding a simple `Init()` method would potentially also solve that, like most other components are doing.
I'm using the following namespace/assembly with XAML:
```xml
```
**UPDATE:** I figured it might be important to mention that I'm using a _shared_ project with Xamarin.Forms, not PCL or a .NET Standard library.
**UPDATE 2:** Just noticed that the actual DLL library filename is called `Xam.Forms..dll`, which makes me think that there's something fishy going on with the namespace/assembly names.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.