-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to .net 4.5 #2078
Comments
@udidahan do you see any issues with moving to .net45? |
After taking everything into account, I think that we can make this move. |
Excellent, lets include this in 5.0.0 |
Ouch. Win 2003 Server extended support finishes July 2015. |
@chrisbednarski are u guys still on win 2003? |
@johnsimons lots of our clients definitely are. I need to find out when our company drops support for it. |
@chrisbednarski |
Since we're an ISV & write software for our clients (deploy NSB on their servers), it forces us to stay on v4. Business as usual :) |
Yes please :). I hope this will help deliver features more often. |
@pawelpabich are you referring to the issue with threads in SQL transport? |
Yes and no. I hope that single version of .NET framework will free some of your time spent on support so you have time to tackle some of the hard problems :) Like the configuration refactoring and multiple endpoints. |
+1 |
+1 to move to 4.5 we need more leverage to get our teams to upgrade their framework versions. The biggest piece of pushback we will get is from sendonly / publish only endpoints in legacy webapps. Its easy to tell a customer to spin up a new Handler endpoint in 4.5. It will be much harder to get our legacy web apps upgraded just to support Bus.Publish, any thoughts on making a light weight publisher / send only library that doesn't require the full NSB.Core and can run in lower level versions of .net? |
I like the suggestion from @abombss. I too have "send only" legacy web apps running on .NET 4.0, its presently unknown when they might be upgraded. |
Regarding legacy, v4 endpoints can interact with v5 endpoints. On Friday, May 2, 2014, CallumHibbert notifications@github.com wrote:
|
Would this not create a higher level of versioning problems for our customers? Is it really worth it? |
Not sure how? If a message assembly is left as .net 4 we should be fully compat between NSB v4 and v5 Can you gave some more details? |
What I mean is that now different parts of their codebase need to reference different versions of NSB – as opposed to just using the same version everywhere. |
Ok yes. I see what you are getting at. I dont think @johnsimons was recommending this, he was only saying "we are compat with v4 of NSB". So if organisations do have legacy apps on NSB v4 when they can still make some use of v5. But I think we need to have some good guidance around this. |
The issue, as I see it, is for ISVs that need to continue to support their customers who may be running older OS versions. It isn’t necessarily an issue of legacy apps. |
The reasons for doing this are as follows
What this means for consumers
Note the earlier versions of NServiceBus will still be compatible and supported for .net 4
For more information on .net 4.5 see
The text was updated successfully, but these errors were encountered: