fluentmigrator / documentation

This is the source of fluentmigrator.github.io
https://fluentmigrator.github.io
Creative Commons Attribution Share Alike 4.0 International
6 stars 18 forks source link

Create docs for in-memory testing utilizing FM #74

Closed schambers closed 6 months ago

schambers commented 7 months ago

I believe this is the correct manner of adding new docs. Unsure if there's any steps needed for generating docs.

schambers commented 7 months ago

@jzabroski or @eloekset, Are you good with me merging this? I noticed the build failed but it seemed unrelated and I don't believe I have access to ADO to attempt to restart the build

jzabroski commented 7 months ago

It looks like the documentation is failing to build for some reason. Let's first look into that before merging, but the plan is that this is 'functionally approved to be merged'. I think it's awesome.

schambers commented 7 months ago

Are you able to grant me access to retry the build by chance?

jzabroski commented 7 months ago

I queued it up. Commuting. Maybe around 9pm est

jzabroski commented 7 months ago

I believe I fixed the issue. I believe Ubuntu-latest no longer installed dotnet by default

jzabroski commented 6 months ago

@eloekset im not sure why it's not using the latest pipelines yaml? Is there a trick to getting a failed PR check to use the latest yaml pipeline? I swear I thought that this would just work.

In any case, I plan to remove the change I made to the yaml as I realized it was incorrect and the real fix was to update global.json - I'll also add a comment before that step that if the sdk is not found, to check global.json

jzabroski commented 6 months ago

@eloekset Think I figured it out. I made the master branch protected here and it gave me the option to rebase this PR to the head of master.