You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Target: In MAUI, when targeted to run on Windows.
Setup: Enable offline persistence is true and Rollbar.OfflinePersistence nuget is added as a dependency.
Error: To enable offline persistence, you must provide the package 'Rollbar.OfflinePersistence' as a dependency of your project, so the Rollbar.OfflinePersistence.dll is available.
To Reproduce
Steps to reproduce the behavior:
Please follow the above description.
Expected behavior
Should honour the offline persistence.
PayloadStoreRepositoryHelper.CreatePayloadStoreRepository - should be updated to use the AppDomain.CurrentDomain.GetAssemblies()
Rollbar Client - Rollbar.NET Hosting Environment (please complete the following information):
var assessmbly = AppDomain.CurrentDomain.GetAssemblies().FirstOrDefault(x => x.ManifestModule.Name == ASSEMBLY);
This is able to find the assembly correctly in WINUI. Was wondering if CreatePayloadStoreRepository could be updated with the above change. This will help with integrating the Rollbar into MAUI based app.
Describe the bug
Target: In MAUI, when targeted to run on Windows.
Setup: Enable offline persistence is true and Rollbar.OfflinePersistence nuget is added as a dependency.
Error: To enable offline persistence, you must provide the package 'Rollbar.OfflinePersistence' as a dependency of your project, so the Rollbar.OfflinePersistence.dll is available.
To Reproduce
Steps to reproduce the behavior:
Please follow the above description.
Expected behavior
Should honour the offline persistence.
PayloadStoreRepositoryHelper.CreatePayloadStoreRepository - should be updated to use the AppDomain.CurrentDomain.GetAssemblies()
Rollbar Client - Rollbar.NET Hosting Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: