Jasmin Savard
Jasmin Savard
@piedone is it possible that we need to upgrade the Analysis code to work with net9.0?
Main reason is to assert that building on net9.0 works for future PR's that could use new API's. We could easily keep net8.0 as the default TargetFramework since it is...
I think this line is causing issues with the Unit Tests as the .net framework is hard coded to 8.0.510501 https://github.com/Lombiq/GitHub-Actions/blob/dev/.github/actions/test-dotnet/action.yml#L90
Tests are stuck in an infinite loop "I think".
From what I've seen in previous steps. It will download both net8.0 and net9.0 and compile it with both. Then these tests are now running with net8.0 because I made...
@piedone @sarahelsaig So far, trying to run these unit test on either Windows or Linux locally failed. I would need to figure out how to debug these locally as the...
Ok so, I fixed the Unit Tests by removing the SecurityScanningTest but one issue remains and it is related with:  This is an issue on Lombiq Github actions where...
I think this is normal behavior of fontawesome but I need to confirm.
There's maybe a fix for this. I need to investigate.
@agriffard I have a tool to create these string incrementally from Google Translate. I think it would make sense to generate missing strings in all cultures as it is better...