Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing nuget for 4.0.0-beta3 release #445

Open
gilliganc opened this issue Oct 12, 2023 · 5 comments
Open

Missing nuget for 4.0.0-beta3 release #445

gilliganc opened this issue Oct 12, 2023 · 5 comments

Comments

@gilliganc
Copy link

In the release above the following was added:
Feature/blazor wasm by @Regenhardt in #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
Copy link
Author

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
Copy link
Author

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

@Regenhardt
Copy link
Contributor

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.

@abergs
Copy link
Collaborator

abergs commented Oct 13, 2023

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.

@gilliganc
Copy link
Author

Will do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants