FluentValidation icon indicating copy to clipboard operation
FluentValidation copied to clipboard

[Question] Release new package with FluentValidation v11 support

Open hakenr opened this issue 3 years ago • 5 comments
trafficstars

Current v2.0.3 is restricted to FluentValidation <11.x There is a v2.1.0-preview.2 published but still as a prerelease. We would like to upgrade to FluentValudation v11 in our production projects without having to rely on prerelease package.

Will the v2.1.0 be release any soon? Is there anything I can help with to make it done?

hakenr avatar Jul 25 '22 10:07 hakenr

This issue happened over and over again,I would suggest that this project does not set the upper version limit for FluentValidation. Most of the github package do not set the upper version limit unless it really have to anyway.

hanslai avatar Jul 26 '22 07:07 hanslai

I would also like to note that even "2.1.0-preview.2" is limited to FluentValidation(>= 10.2.1 && 11.0.0), Yet, FluentValidation 11.1.0 was released already. This is create troubles for projects that both frontend and backend refer to the same model project require FluentValidation.

As suggested in the earlier comment, I believe it will be easier just to take out the upper version limit for FluentValidation.

hanslai avatar Jul 26 '22 10:07 hanslai

@hanslai im not sure if I've misunderstood but the preview 2 package isn't restricted. It requires a version of 11.0.0 or higher as per the docs

chrissainty avatar Jul 26 '22 12:07 chrissainty

@chrissainty Thanks for your reply. I just double checked, indeed preview 2 isn't restricted, my bad. I checked on VS nuget package management before I posted the comment, but I believe I was look at 2.0.3, but thought I was looking at preview 2. Sorry for the mistake.

hanslai avatar Jul 28 '22 03:07 hanslai

@chrissainty any estimate when 2.1 will be released and no longer a preview? Thanks

mhsimkin avatar Aug 05 '22 14:08 mhsimkin

Just wondering if there is anything I can do to help get this resolved?

hellfirehd avatar Oct 26 '22 15:10 hellfirehd

@chrissainty Hello. Any update ?

boukenka avatar Nov 09 '22 18:11 boukenka

Resolved with v2.1.0.

hakenr avatar Jan 03 '23 13:01 hakenr