Mark Junker

Results 195 comments of Mark Junker

@jzabroski Seems reasonable. I definitely makes sense to have a working workaround for this issue.

I didn't investigate this problem yet. The expected behavior would be to create a single foreign key with multiple columns when the foreign key is the same (as shown in...

Installing as global tool was the only way supported by .NET Core 2.0 (or 2.1). However, it **should** work regardless of the .NET Core / .NET Standard version. This should...

This is an issue similar to #968. The same workaround should work for you.

* `Investigate why Microsoft.Build.Utilities.Core for net461 has Major Version 14` I wanted to support the msbuild runner for net461 projects. AFAIK some users are (were?) expecting this. Just remove it...

@jzabroski The PR is a good first start. This is what came to my mind: * This change is a breaking change (source-level) * A parameterless constructor should be implemented...

First, I'd like to thank you for your work and the effort to improve FM. Regarding 2: IIRC the injection of quoters, type maps, etc... has some quirks when it...

Ok, it seems my explanation wasn't clear enough, so I hacked together this sample code: ```csharp var services = new ServiceCollection(); // In user code: services .Configure(s => s.EnumAsUnderlyingType =...

`FluentMigrator.Tools` is a somewhat special case, as it contains drivers and native DLLs that are meant to be used from Windows and mono was the best way to execute those...

@jzabroski Maybe we should think about dropping JET support too.