baumheld
baumheld
I have the same problem
Having the same issue since 4.33.0 
Would love that too, please add `tzdata` package
> Since curl is gone, we do this now: > ... > Maybe this can help others who need the health check. I guess port and endpoint both changed over...
I had the same problem Updating from 3.0.28 to 3.0.34 solved the problem This blocked me for hours, until I found this comment. Maybe you could update [package.json](https://github.com/KlausSchaefers/luisa-vue3-starter/blob/main/package.json)
Indeed, adding `abstract` and removing `[TestClass]` would be the cleanest way. But currently with MSTest 2.6.0 this leads to MSTEST0012 and MSTEST0013. ```csharp public abstract class BaseClass { public TestContext...