Matt Mitchell
Matt Mitchell
> `The directory 'D:\a\_work\1\s\artifacts\obj\redist\Release\net10.0\templates-11.0' could not be found.` - should we update `NetCurrent` so we look in the .net11 folder? > > Thanks for helping with the package flow. I...
Needs to be in `main` and `release/10.0`
Agreed overall. There is some ongoing talk about moving SignTool into the native ESRP tooling. If this happened, I think a complete rewrite would be in order. With, ya know..some...
I'm thinking that we change around that arcade templates to enable optional use of the preview plugin...then we duplicate arcade-validation's official build to use the preview plugin instead.
https://github.com/dotnet/arcade/pull/16185
https://github.com/dotnet/arcade-validation/pull/5195
Yeah, I think so. It should go back to arcade, I think
The second example has been fixed with #16271
Yeah, this is solidly wrong. Would be `x is not null and x is not ""`. Better to use `!string.IsNullOrEmpty(x)`.