Valters Melnalksnis
Valters Melnalksnis
So azure/appservice-settings has a separate release branch with all the dependencies under node_modules commited (over 7000 files). That feels like such overkill, at this point probably should just drop this...
One of the possible solutions was to publish the test projects, and the run tests from the published dll. However, it was not possible to reproduce the issues encountered in...
I think that, at least for now, automated UI tests will be too much. However, instead of testing against the in-memory `DesignTimeGnomeshadeClient`, the desktop app tests could be run against...
> I'm open to this. The upload to Nuget process is automated into our build/release pipeline in Azure DevOps. The delay here is simply in me having the time to...
I created a fork with assembly signing, here is the commit https://github.com/VMelnalksnis/SmartEnum/commit/b53e8bd874358ea4e1201097f3dec8d94e12ab23. There are some new warnings for SmartEnum.Dapper: 1. The referenced version of `Ardalis.SmartEnum` is not signed; I guess...
I've personally only generated the key from Visual Studio/Rider, the steps were described above. There's also a separate, probably windows only, app for generating the key, see https://learn.microsoft.com/en-us/dotnet/standard/assembly/create-public-private-key-pair. For my...