Dan F
Dan F
Currently no inbuilt support for Azure National Azure clouds (https://docs.microsoft.com/en-us/azure/active-directory/develop/authentication-national-cloud) Single-Cloud workflows work exactly the same as the Global cloud, but use a different URL as seen in the above...
Missing PixelType enum for value GL_UNSIGNED_INT_10F_11F_11F_REV = 0x8C3B = 35899
https://github.com/MindscapeHQ/raygun4net/blob/master/Mindscape.Raygun4Net/Storage/IsolatedRaygunOfflineStorage.cs uses MD-5 for its hashes, while not strictly incorrect, the FIPS compliance flag on windows disallows all usage of MD-5, even for those that do not require cryptographic security....
In Raygun4net4 when a wrapper exception is split up into its respective exceptions, it passes the same collection instances to each of the new messages: https://github.com/MindscapeHQ/raygun4net/blob/master/Mindscape.Raygun4Net4/RaygunClient.cs#L440 The documentation for modifying...
There are some cases in which information exists within the original exception object that is not serialized into the RaygunMessage object. I would like to be able to view(and potentially...
Timber appears to have several embedded lint rules, of which one is particularly annoying. The LogNotTimber lint rule which gets inherited by anybody including Raygun, causes all uses of Log...
Raygun uses OkHttpClient to make it's posts. Use Case: - We have overridden the endpoint to a different endpoint - The certificates involved are not be trusted by the phones...
https://github.com/dvsekhvalnov/jose-jwt/commit/13f25f9cd67324a134e1b87b31c305b30729591c added camel case overrides on all json serialization in the library. This is a change from before when it would preserve the casing provided. It's also not easily worked...
Needed it for my usage, figured it might be useful to others. Allows JSON output to be done incrementally.
Is there going to be a nuget release for 1.1.5 now that the version was bumped?