-
Couldn't load subscription status.
- Fork 819
Description
Current behavior
I included an regular Uno app v5.x in a docfx metadata src but beside my own api, it always also published the Uno.Resizetizer as part of my application api which os not the case at all obviously!
Expected behavior
As every nuget provided api the resizetizer should not get listed as public api of an uno app
How to reproduce it (as minimally and precisely as possible)
Create metadata api from a uno app by using docfx abd only let it use public api of your app as default set , look in the generated metadata
Workaround
Add a exclude with Uno.Resizetizer to the docfx.json
Works on UWP/WinUI
None
Environment
Other, Uno.WinUI / Uno.WinUI.WebAssembly / Uno.WinUI.Skia
NuGet package version(s)
No response
Renderer
- Skia
- Native
Affected platforms
Build tasks
IDE
Visual Studio Code, Visual Studio 2022
IDE version
17.3.x
Relevant plugins
No response
Anything else we need to know?
If you know of any changes on resizetizer to 6.0 version I can try it with that version applyed again...