mrpmorris / Fluxor

Fluxor is a zero boilerplate Flux/Redux library for Microsoft .NET and Blazor.
MIT License
1.23k stars 139 forks source link

Enable SourceLink (Fixes #351) #350

Closed buvinghausen closed 1 year ago

buvinghausen commented 1 year ago

@mrpmorris can we enable SourceLink on your library? I'm trying to track down a missing OnInitialized call and it would be helpful to step through the Fluxor code from Visual Studio without having to download the project and reference it as a package reference.

[NuGet Package Explorer for Fluxor 5.5.0](https://nuget.info/packages/Fluxor.Blazor.Web/5.5.0)

I don't know what your CI system is but you will want to trigger the

<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>

element from your CI system. I put it in there how I run it on GitHub Actions but I notice you don't use GitHub Actions and I don't see any build artifacts from other known CI systems.

I've set this up on my SequentialGuid library and you can see the results here

mrpmorris commented 1 year ago

Thanks for your contribution! It will be in the next minor release!