-
Notifications
You must be signed in to change notification settings - Fork 163
Move Pretzel.Logic to multitarget net451/netstandard2.0 #328
Conversation
Dotliquid sorting (Code52#325)
Thanks a lot! It appears that GitVersion isn't included in Visual Studio 2019 images, so can you edit the - choco install gitversion.portable I will try to review the PR during the wee-end. |
Seams there is an issue on GitVersion on VS2019 image so - choco install gitversion.portable --version 4.0.0 Did the trick.
Thanks! :) |
@laedit Hmmm could not get the build to working. but I'm not sure whats failing... |
Sorry, I didn't get the time to check it this weekend. The build is weird, I don't see either why it is failing. $ErrorActionPreference = "Stop" Maybe it will show more info. |
@biohazard999 Sorry to bother you but in order to avoid mixing all things, I will create another PR dedicated to the build fix. |
Sure, I'll split it up in two batches if you like. |
No need to, just keep the multi-targets here and I handle the build with #330 |
Configuration was the only class that was internal and exported. So that should be fixed |
src/Pretzel.Tests/Templating/Context/SiteContextGeneratorTests.cs
Outdated
Show resolved
Hide resolved
So I think we are good here, or am I missing something? |
I think we can overcome this limitation with the convention based model. But for now I think that's it. You should mention that we moved from
But I think we are through 😉 Was a hard PR, but I think worth the effort and thanks for your razor sharp eyes 😃 |
@laedit Anything there holing the PR back? |
Sorry, didn't get the time to do anything on github today. Thanks a lot for your hard work! 😄 Next tasks before releasing the next version (not necessarily by you :) )
|
No worries, I thought you just forgot to merge it 😁 |
#320
This is of course an breaking change for Plugin Authors.