fido2-net-lib icon indicating copy to clipboard operation
fido2-net-lib copied to clipboard

Missing nuget for 4.0.0-beta3 release

Open gilliganc opened this issue 2 years ago • 5 comments

In the release above the following was added: Feature/blazor wasm by @Regenhardt in https://github.com/passwordless-lib/fido2-net-lib/pull/379 Looking at the demo for this in master it seems that the contents of Src/Fido2.BlazorWebAssembly should have been published as a new nuget package or maybe added to one of the existing nugets but that does not seem to be the case currently on nuget.org

You can see the BlazorWasmDemo clients project references it at BlazorWasmDemo/Client/BlazorWasmDemo.Client.csproj and copying the relevent code from the demo and using just the nugets available was not able to find the dependancies needed in the code. I was using the 4.0.0-beta3 nuget packages that were available on nuget.

gilliganc avatar Oct 12 '23 01:10 gilliganc

It could also be that main seems to be at [4.0.0-beta4] but that does not look to be published so that may be why the demo in main does not work with the published pre-release nuget packages

gilliganc avatar Oct 12 '23 22:10 gilliganc

@Regenhardt I am not sure if you cna provide any guidance here as i beleive this is your changes to add the blazor support

gilliganc avatar Oct 13 '23 02:10 gilliganc

The Fido2.BlazorWebAssembly has the models you need, and it is indeed not published as a nuget package, not sure what is needed for that. @abergs what do we need for that? Should I add a .nuspec or something? I never made a nuget package before.

Regenhardt avatar Oct 13 '23 11:10 Regenhardt

Hey, this is on my radar but I'll be transparent and say that it's not my top priority. For now @gilliganc I think I'd recommend you to use the source if your building a blazor app.

abergs avatar Oct 13 '23 23:10 abergs

Will do.

gilliganc avatar Oct 13 '23 23:10 gilliganc