killnine commented on a change in pull request #9: [AMQNET-565] - .net standard conversion, project reorganization URL: https://github.com/apache/activemq-nms-openwire/pull/9#discussion_r301779043
########## File path: test/Extensions/ExpectedExceptionAttribute.cs ########## @@ -0,0 +1,66 @@ +using System; Review comment: As of NUnit3, the `[ExpectedException]` attribute has been removed. However, the NUnit maintainers provided the source for it in case it was too challenging to remove it from a codebase. I opted to add it back to the project here. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
