Giter Club home page Giter Club logo

goodlyfere.nservicebus.entityframework's People

Contributors

benjaminramey avatar vml-bramey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

goodlyfere.nservicebus.entityframework's Issues

Update for NServiceBus6

Hi,

Are there any plans of updating this component to make it compatible with NServiceBus 6?

Thanks,

Remove subscription versioning based on assembly version

We've recently concluded that including the major version of the assembly containing the message contracts could lead to message loss for users not aware of this behavior. NServiceBus core 5.2.17 was released to fix this Particular/NServiceBus#4177.

Looking at the code in the EF subscription storage I think the same problem exists here. I even thing it could be worse since MessageType.ToString() is used to get the list of message types to query for. ToString includes the full version and not just the major part.

One way to fix this would be to use MessageType.TypeName and change the query to do a "LIKE {messagetype%}" ?

I guess also storing the MessageType.TypeName would also be needed in the long run.

Does this make sense?

NServiceBus 6

Will this work with NServiceBus 6? I'm thinking of upgrading to latest version of NServiceBus.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.