Skip to content

Demonstrates a deserialzation issue when using List<T> as a field in a MassTransit Job message

License

Notifications You must be signed in to change notification settings

jeffricks/MassTransitJobConsumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MassTransit Job Consumer Deserialization Issue

This project is a clone of the original MassTransit Job Consumer example with the following changes:

  • Updated dependencies (e.g. projects to .NET 6, MassTransit to v8.0.3, etc)
  • Added MassTransit.Newtonsoft package
  • Modified to use SQLServer instead of Pgsql
  • Ran migrations outside of the project because, as coded, the sample doesn't seem to run the migrations?
  • Added a field to ConvertVideo that is a List<T> to trigger the deserialization issue

In the logs folder, there is a log showing the exception thrown when submitting the modified ConvertVideo job message.

About

Demonstrates a deserialzation issue when using List<T> as a field in a MassTransit Job message

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages