Miroslav Šimek
Miroslav Šimek
I was using .NET 8.0, but it doesn't seem dependant on the version of the .NET as I recreated the project in .NET Framework 4.6.2 and it behaves exactly the...
Once again. I tried it also in .NET Framework 4.6.2 and it behaves exactly the same, so no it does not seem to be issue only with .NET core. However...
Yes, with that AutoDual attribute it now works fine both with lower case and upper case first letter with .NET Framework for me as well. Thank you.
I tested it again in actual real application and it still didn't work (btw we had `AutoDual` there from the start and it is .NET Framework application) and I found...
This one wasn't compilable, but when changed to following it still crashes the same. ```csharp public async Task TestMethodD() { return await Task.FromResult(null); } ```