Skip to content

History / Replacing EasyNetQ Components

Revisions

  • Changing to markdown code blocks to make it clearer.

    @Jofrais Jofrais committed Feb 25, 2025
  • Changing to markdown code blocks to make it clearer.

    @Jofrais Jofrais committed Feb 25, 2025
  • Changing to markdown code blocks to make it clearer.

    @Jofrais Jofrais committed Feb 25, 2025
  • broken link

    @m3zercat m3zercat committed May 29, 2018
  • broken link

    @m3zercat m3zercat committed May 29, 2018
  • broken link

    @m3zercat m3zercat committed May 29, 2018
  • Updated Replacing EasyNetQ Components (markdown)

    @mikehadlow mikehadlow committed Jul 22, 2014
  • Updated Replacing EasyNetQ Components (markdown)

    @mikehadlow mikehadlow committed Jan 27, 2014
  • Updated Replacing EasyNetQ Components (markdown)

    @mikehadlow mikehadlow committed Dec 10, 2013
  • Updated Replacing EasyNetQ Components (markdown)

    @mikehadlow mikehadlow committed Dec 10, 2013
  • spelling mistake.

    @Jroland Jroland committed Sep 25, 2012
  • Mike you have an error in your code sample. You can't use var in the following code snippet. var logger = new MyLogger(); // MyLogger implements IEasyNetQLogger You have to define it as: IEasyNetQLogger logger = new MyLogger(); The tiny IoC uses typeof (TService) to store the class type in the dictionary and if you use var it will store it as MyLogger instead of the IEasyNetQLogger type and won't be found by the code.

    @Jroland Jroland committed Sep 25, 2012
  • Updated Replacing EasyNetQ Components (markdown)

    mike-hadlow-15below committed Sep 25, 2012
  • Updated Replacing EasyNetQ Components (markdown)

    mike-hadlow-15below committed Sep 25, 2012
  • Updated Replacing EasyNetQ Components (markdown)

    mike-hadlow-15below committed Sep 25, 2012
  • Added Replacing EasyNetQ Components

    Mike Hadlow committed Sep 25, 2012