bUnit-dev / bUnit

bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
https://bunit.dev
MIT License
1.16k stars 109 forks source link

Docs site footer not getting populated #1546

Closed digitaldirk closed 2 months ago

digitaldirk commented 2 months ago

Describe the bug Footer of docs site is not getting a date or commit id.

Example: https://bunit.dev/index.html image

Source: https://github.com/bUnit-dev/bUnit/blob/f022007120e09bd99af38150d51d28661c7d9519/docs/site/docfx.json#L72

Not sure how to fix this, wanted to bring attention to it.

Thanks

linkdotnet commented 2 months ago

Thanks for that - it seems it is just a matter of missing configuration in the pipeline. WIll take care of that.