Skip to content
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

Nservicebus7 feature branch #857

Merged
merged 13 commits into from
Dec 17, 2021
Merged

Nservicebus7 feature branch #857

merged 13 commits into from
Dec 17, 2021

Commits on Dec 3, 2021

  1. Adds NServiceBus 6/7 message receive instrumentation. (#830)

    * Adds NServiceBus 6/7 message receive instrumentation.
    Refactoring.
    
    * Update ReceiveMessageWrapper.cs
    
    Removes comment which resulted from copy/paste.
    vuqtran88 committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    fe7a936 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    6ed4990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba3be7 View commit details
    Browse the repository at this point in the history
  3. Migrates NServiceBus 5 tests to use ConsoleMF app (#833)

    * Working NSB5 app in ConsoleMF
    * Working NServiceBus5Tests
    * Working Send and Receive tests
    * Remove old NServiceBus files
    jaffinito committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    c579261 View commit details
    Browse the repository at this point in the history
  4. Merge in main

    jaffinito committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    4d5fdbf View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Configuration menu
    Copy the full SHA
    41a48ad View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    2db4b0e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:newrelic/newrelic-dotnet-agent into…

    … nservicebus7-feature-branch
    jaffinito committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    3115cbc View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Add Integration tests for NServiceBus 6/7 (#852)

    * NSB 6/7+ Integration tests
    
    * Update to avoid compiling in 4.6.2
    
    * Fix NSB 5 tests, run in CI
    
    * More tests
    
    * Investigate 'Temp' queue name... add debugger launch
    
    * Add remaining tests, Currently the consume naming is hardcoded to the 'temp' queue to pass. The ThrowingCommandHandler tests also fail because 'error_data' is not being reported
    
    * Remove unwanted test that snuck in
    
    * Remove commented copy/paste spam
    
    * Remove change from when the streams got crossed
    
    * Formatting, fix timeout for one fixture
    
    * Cleanup, and reduce length of type names to allow learning transport to work properly for all tests (The throwing handler FW tests weren't working)
    
    * Update test expectations after shortening namespaces
    
    * CR Feedback: Remove explain plan configuration modifications
    JcolemanNR committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    d6aabbf View commit details
    Browse the repository at this point in the history
  2. Fix issue with bypasser (#856)

    - Split out the various calls to the VisibiltyBypasser from the NSB wrappers into their own functions
    - Updated tests to account for names now appearing
    - Added support for noticing errors from the LoadHandlersConnectorWrapper with test
    - Minor formatting and naming changes
    jaffinito committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    f7b0f7f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:newrelic/newrelic-dotnet-agent into…

    … nservicebus7-feature-branch
    jaffinito committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2041fd6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43b87e7 View commit details
    Browse the repository at this point in the history
  5. NSB: Fix issue with Handler transactions being ended by GC (#858)

    * New and improved LoadHandlersConnector Wrapper
    
    * Verify we aren't abandoning any transactions
    JcolemanNR committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1f697b0 View commit details
    Browse the repository at this point in the history