Tommy Mikalsen
Tommy Mikalsen
Issue https://github.com/okb/Pomona/issues/53 is related. This warning could also be useful in production environment.
How about something like this: ``` csharp var restClient = new RestClient.Client("http://example.com", new HttpWebRequestClient()); restClient.LazyLoadingEnabled = false; //Disable lazy for entire client restClient.Customers.LazyLoadingEnabled = true; //Enable lazy for resource. Nullable....
Agree on the .Settings and the DisableLazyLoading(). The enable/disable for a single-resource was simply to make the hierarchy of options complete. Per client and per query options will provide enough...
The first commit of this PR seems to be covered by https://github.com/getsentry/raven-objc/pull/44, which is merged now. Can you merge with master to update this PR so it can be merged...
Great. There is one issue though. After switching to XCTest the test suite will no longer run.
In your PR it has been added a new Raven group, a content-less RavenClientTests group, a RavenTests group with an empty test, and an extra test bundle in the test...