waldimen
waldimen
The same on my machine: Windows 11 Pro 22H2 22581.200
I implemented Oracle Provider using MangedOracleDriver, if you are intrested I can share it.
I am using dynamic parameters and it does not work for me: ``` var itemParams = new DynamicParameters(doc); itemParams.Add("LargeText",new OracleClobParameter(doc.LargeText)); ``` It is working I had to change paramter name.
Is it fixed ? I have similar problem with the latest version.
I hope this will be merged, I checkout this commit, and it works find on my windows machine and it is very useful.
It does not work on Windows 11 22H2 it crashes on VirtualDesktop.GetDesktops() with exception `System.Collections.Generic.KeyNotFoundException: 'The given key 'IApplicationView' was not present in the dictionary.'`