fluentui-blazor icon indicating copy to clipboard operation
fluentui-blazor copied to clipboard

[dev-v5] Update preview usage documentation

Open MarvinKlein1508 opened this issue 3 weeks ago • 3 comments

This PR updates the documentation section for setting up the preview feed for dev-v5. In addition it also adds documentation to use preview versions which do not have a signature applied.

MarvinKlein1508 avatar Dec 10 '25 08:12 MarvinKlein1508

The name change is indeed not necessary.

There are no preview packages for icons/emoji so they need to come from public NuGet feed. The library needs to come from our preview feed.

vnbaaij avatar Dec 10 '25 08:12 vnbaaij

I do this because of #4356

Defining the packageSource fixes this issue. I specified Emoji and Icons in nuget because they have the same prefix. Without this my nuget gets confused because it tries to resolve those packages from dotnet9 which do not exist there. The name change to .org was copied from my file over. Can revert this one if necessary.

MarvinKlein1508 avatar Dec 10 '25 09:12 MarvinKlein1508

I do this because of #4356

It has absolutely nothing to do with it: this 4356 change was made because Microsoft's ADO pipeline refuses to have two feeds in a nuget.config

The change you are proposing id the documentation is too complex for users who are just starting out. We cannot list all possible configurations for all use cases. What problem did you encounter with this configuration alone? Normally, NuGet uses the first feed, and if the package is not there, it moves on to the next one. Simple and effective :-)

dvoituron avatar Dec 10 '25 09:12 dvoituron