ElDuderinoBerlin

Results 12 comments of ElDuderinoBerlin

Yes an extension package with stuff the Oracle adapter has but MySqlConnector not. Things should be named almost identical. So it would an ease to switch to MySqlConnector without missing...

Thats really not difficult. Dapper i.e. has many additional packages. No problem to find and reference them. "MySqlConnector.Extensions" package i.e.

Hallo Franz, ich versuche das selber. Gibt es eine Möglichkeit in WrapperClientInterceptor::Intercept(IInvocation invocation) an die WrapperConfig ranzukommen? Das Dependency-Injection verwirrt mich. Ich werde auch Assemblies unterstützen, nicht nur Natives, da...

Habs selber geschafft! :-) public WrapperClientInterceptor(Type interfaceType, WrapperClient wrapperClient, ILibraryNameProvider libraryNameProvider, IWrapperConfig config) { Raise.ArgumentNullException.IfIsNull(interfaceType, nameof(interfaceType)); Raise.ArgumentNullException.IfIsNull(wrapperClient, nameof(wrapperClient)); Raise.ArgumentNullException.IfIsNull(libraryNameProvider, nameof(libraryNameProvider)); _interfaceType = interfaceType; _wrapperClient = wrapperClient; _libraryNameProvider = libraryNameProvider; _config...

Seid beide nun Mittäter!

@sharpSteff du müsstest den Code ziehen können - bist Kollaborator.

Wieso Fork? Hab den Code so runtergeladen und modifiziert, dann wieder hochgeladen. Entweder du nimmst das so oder lässt es bleiben!

Das ist eine private Ergänzung für ein spezielles Projekt gewesen. Da will ich keine Historie, noch mergen in Zukunft oder sonstwas! Das ich Dir Stunden an Coden gespart habe (ob...

That's correct! You have to change the source code to use **DeleteSubKeyTree**. Regards

Guys to keep you informed: I solved this issue by using FluentMigrator. You have built in support for lots of databases , creating/upgrade/downgrade them in an object oriented way and...