Jericho

Results 173 comments of Jericho

Working on the "Create an event" feature I keep getting ` Please complete your host profile settings` when testing this functionality. I have the feeling the problem has nothing to...

If you are looking for a library that has a built-in parser for events as well as inbound-emails, may I suggest [StrongGrid](https://www.nuget.org/packages/StrongGrid/) (disclaimer: I'm the author of this library).

For the time being I will ensure we skip the ValidateWebhookSignature unit test when running on Linux+net48 in other to allow our CI build to complete successfully. I will continue...

This PR and its related issue are intended to remain open indefinitely. We want the yml file to remain on the web site (despite the fact that's obsolete) because we...

I'm sure you're aware that StrongGrid [supports a long list of frameworks](https://www.nuget.org/packages/StrongGrid#supportedframeworks-body-tab) but .NET standard 2.0 is not one of them, just like the HTTP multipart parser. The easiest solution...

> I have libraries used by both .net 6 and framework 4.8 Have you considered multi-targeting rather than simply targeting .net standard 2.0? You could target `net48`, `net6` and any...

@DanPatten do you want to continue this discussion? Have you considered my last suggestion?

The [Meeting and Webinar Archiving feature](https://support.zoom.us/hc/en-us/articles/4405656451213--Archiving-for-meetings-and-webinars) enabled for your account by [Zoom Support](https://support.zoom.us/hc/en-us/articles/201362003).

> By default, dotnet test is using VSTest behavior to run tests. You can enable support for Microsoft.Testing.Platform in dotnet test by specifying the true setting in your project file....

Coverlet currently does not support MSTest. See: https://github.com/coverlet-coverage/coverlet/issues/1715 I might have to switch to Microsoft code coverage https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-extensions-code-coverage#microsoft-code-coverage