Dimitri Kroo
Dimitri Kroo
Nice one! I think the main problem is a lack of support by some libraries. I have opened two issues for two libraries, including one from Microsoft, to support NativeAOT....
Same here with 70k items. PageSize freezes the query, without PageSize works as expected. We have also tried PageSize = 100k => DB returns the result in same way and...
@jeffkl Thank you for reply and happy new year! There are no problems with newer versions as hosts. For me it looks like there is some new stuff in images...
@jeffkl Thank you for the answer! The thing is: after you add language packs you should create lang ini. If I call it separately with cmd it says "The specified...
Thanks! I will try my best. Do you know what do the numbers "en-US" = 3 mean?
Still same problem. FromQuery works fine, but FromODataUri tries to convert to number first. ...?appId=105E84FF1024 public get([FromODataUri] string appId) => appId = "infinity" public get([FromQuery] string appId) => appId =...
Same here with aspnet:8.0-alpine. Has somebody found out the parameters to slim dotnet base images?
@kcq I'll try it with mint. Just to clarify: Can I minify the base image from microsoft and build image with my app in it? Or I should minify the...
It is still an issue. Huge listsdo not work when PageSize is set...
Hey, thanks for replying! 🙂 I think there is some misunderstanding. There are two target frameworks in my PR: netstandard2.0 and net8.0: - netstandard2.0 supports all versions. There are any...