Jacob Ewald

Results 3 comments of Jacob Ewald

Ran into this same issue in a project today. Appending "bin" to the `path` [here](https://github.com/rollbar/Rollbar.NET/blob/master/Rollbar/Common/RuntimeEnvironmentUtility.cs#L35) gets it to work, but that's just while stepping through in Visual Studio and manually...

FWIW, the latest version (`1.4.4.21`) still has this issue. You could update the .targets file to use the correct path, but that's not a scalable solution. The .targets file is...

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