Kieran Foot
Kieran Foot
Currently I am developing a project using .NET 8 and the new Aspire tool released by yourselves (in preview). My issue is around the strange and very unhelpful behaviour exhibited...
Dotnet tool to push nuget packages and their dependencies in the correct order to avoid missing dependencies. I personally have fallen foul to this issue several times, specifically when dealing...
It would be nice if instead of the current supported file type, we could provide solution filters to the tool. This would allow developers to hand pick the projects that...
I am using C# 8 with `Swashbuckle.AspNetCore.Swagger`, `Swashbuckle.AspNetCore.SwaggerGen` & `Swashbuckle.AspNetCore.Annotations` at version `6.5.0` Using what seems to be appropriate configuration (documentation is terrible), I have implemented OpenId as an authorization...
Would it be possible to supply assemblies, say from a server build of the same project to provide missing types from the IL2CPP output?
Modified the while loop, changing the delay to be 250ms and removing the output of the time to the console. This ensures the user can close the application as expected.
This commented code is unused, unexplained in the chapter, and will not work by simply uncommenting. Therefore, I suggest removing it altogether to avoid confusion.