rollbar / Rollbar.NET

Rollbar for .NET
https://docs.rollbar.com/docs/dotnet
MIT License
65 stars 44 forks source link

Search for config loader assembly in bin subfolder #640

Open jacob-ewald opened 1 year ago

jacob-ewald commented 1 year ago

Description of the change

In some .Net projects the assemblies are output to the "bin" subfolder, and the execution context is in the parent folder. This change checks for the existence of the "bin" folder and uses that when present.

Type of change

Related issues

Checklists

Development

Code review

jacob-ewald commented 1 year ago

There are 3 failed tests, but they are not related to the change I made. Any guidance on how to handle those?