Cédric Luthi
Cédric Luthi
Many tests are failing, this is more complicated than I first thought. 😟
I updated the code to print the registrations. I can confirm that a registration exists (with REGID = 302) in the `USER_CHANGE_NOTIFICATION_REGS` table. The registration exists with both version 23.7.0...
Good to hear this will be fixed in the next release. Out of curiosity, are the bug numbers you mentioned publicly accessible or are they internal Oracle bug numbers?
For the record: this issue is fixed with [Oracle.ManagedDataAccess.Core 23.9.0](https://www.nuget.org/packages/Oracle.ManagedDataAccess.Core/23.9.0) onwards.
There's no need for .NET 9, only the [System.Text.Json version 9](https://www.nuget.org/packages/System.Text.Json/9.0.0) package. It targets .NET Standard 2.0 so I don't see it as a big deal, is it? Also, yes,...
> So it's either a config option or requiring >= NET9 for this feature. No, it doesn't **require** .NET 9. You can just add a package reference to [System.Text.Json](https://www.nuget.org/packages/System.Text.Json/9.0.9) (version...
> But then why is it actually working? Well, it's not actually working. Take this simple code, using the `EnumMember` attribute. ```csharp using System; using System.Runtime.Serialization; using System.Text.Json; using System.Text.Json.Serialization;...
I just rebased on develop with a few improvements. * Addressed feedback from @cremor * Added the `ExcludeFromCodeCoverage` attribute * Made the `UnreachableException` class `internal` instead of `public` * Added...
Is there anything holding this pull request @Sergio0694? It looks like several people are interested in it.
I see there's some recent activity here in #127. Please don't forget about this pull request too if you're goint to release a new version of PolySharp. 😉