Closed Janek91 closed 3 years ago
That's strange. On my local machine all unit tests have passed.
That's strange. On my local machine all unit tests have passed.
@Janek91 , you are good. It looks like there was an issue with Internet connectivity for the CI pipeline. I just reran the CI and it passed all tests. Thank you!
Description of the change
Fixed issue with single file applications in .NET 5. As ExecutingAssembly.Location will always return emty string - it is recommended to use AppContext.BaseDirectory to get current app executable directory path.
Type of change
Related issues
Checklists
Development
Code review