Daniel Cazzulino
Daniel Cazzulino
Finally shipping this built-in 💪
Sorry the long time in replying. This seems to be some unreplaced `$GitIsDirty$` token from way back then. I haven't seen any newer reports and I haven't been able to...
Target won't be defined until *after* a successful restore. You can condition that target to `$(GitInfoImported) == 'true'` to ensure GitInfo has been properly installed and imported. Also, note that...
Ages later, here I'm asking again if this works now as expected 🙏. Seems like it does? I'm trying to be more active with my oss projects nowadays, so hopefully...
Would work on this if sponsored to do so. See https://github.com/sponsors/Devlooped Thanks.
We now provide `$(GitTagRegex)` which is passed to `git describe --tags --match` to filter out the ones you don't want (defaults to `*`). We also always validate the tag against...
Doesn't look like there's anything actionable here. I tried with nothing but some other source generator based packages (any from ThisAssembly.* for example) and they also fail the same way....
The `package.json` approach didn't work for me. I'm using `nodemon` directly now. 1. Install: `npm install -g nodemon` 2. Configuration: add a `nodemon.json` to the repo root with (in my...
upstream STILL not close to being stable. Closing this for now, please reopen when they do ship. It looks like it will require substantial rework.
Hey @danroth27 I totally think a third party solution like @IvanJosipovic shouldn't be necessary to get all the stuff working OOB for such a key component of ASP.NET as Blazor...