Nolan Glore
Nolan Glore
This has recently started happening to me also and has caused my OST file to get corrupted twice. I've been using this tool for years now so odd that it...
Looking at the logs I'm seeing large gaps in-between entries. For example: ``` 2021-01-19 14:25:10,805 DEBUG 13 OutlookGoogleCalendarSync.Recurrence [0] - Matching Google Event recurrence found. 2021-01-19 14:29:31,769 DEBUG 13 OutlookGoogleCalendarSync.Recurrence...
I didn't upgrade OGCS. It just started about a week ago. There may have been an outlook upgrade. The calendar volume probably increased a bit but not tons. I'll upgrade...
This appears to be resolved for me, at least for now. I did two things: 1. Large cleanup of mail to reduce the size of my ost file (went from...
I went back to v2.8 to test that scenario and it completed in 3 mins, so it would seem my issues were related to ost size.
I also just hit this issue and for me it turned out to be due to the IsFrameworkAssembly in ReflectionMetadataDependencyInfo.cs. I was trying to analyze some Azure blob libraries to...
@Lxiamail in our case we often have no other option than to use the net45 DLLs (e.g. WebAPI, OData, many others). This is an acceptable solution because these DLLs are...
@cltshivash for a new extension point, how much work are we talking? We are willing to do this work and feel it would be worth doing. We'd like to avoid...
@cltshivash the flexibility to onboard new code without having to change it all. Also we would like the flexibility to delay retries until the end of the test run vs...
@cltshivash another thing is we don't necessarily want to do an "inline" retry (e.g. just call the test method a second time if the test fails). We've found doing a...