BlazorFabric.Dropdown Nuget package seems to be missing dependencies
See original GitHub issueThank you for your work on this. My initial use of BlazorFabric was to try to get a drop down to work, so I added the BlazorFabric.Dropdown package to my project and when I loaded my page, the app threw an exception LayerHost is not present
, so I added BlazorFabric.Layer to my project and I got past that exception.
Unfortunately the DropDown still doesn’t work. I noticed that BlazorFabric.TextField lists a few other packages as dependencies, so I’m going to add those to my project and see if I can get past this problem. If I do, I’ll see if I can figure out how to submit a PR to close this issue.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Dependencies not getting added when Nuget package ...
After creating, I tried to created nuget package from my visual studio by choosing the pack option present in project file.
Read more >Nuget package dependency assemblies not listed in blazor ...
Describe the bug I am working on a proof of concept Blazor WebAssembly application that targets .NET Standard 2.1 and references Nuget ......
Read more >nuget pack is ignoring dependencies when using ...
Run nuget pack and check the .nuspec file included in the generated ... where nuget.exe pack supports packagerefence missing dependencies?
Read more >Namespace error with nuget package - Microsoft Q&A
The nuGet add seems to work fine, and the package shows up in the dependencies for the project in the solution explorer and...
Read more >TelerikBlazorDemos - missing package Telerik.Documents. ...
Right click on the solution and select "Manage NuGet Packages"; Select the new package source from the dropdown on the top right hand...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah OK you found it on your own Than everything is fine I think I will close
@MarkIannucci sry my faulire not namespace I mean ‘@using BlazorFabric’ SRY