web-push-csharp icon indicating copy to clipboard operation
web-push-csharp copied to clipboard

Web Push library for C#

Results 28 web-push-csharp issues
Sort by recently updated
recently updated
newest added

[Sourcelink](https://github.com/dotnet/sourcelink) got updated to a new version. The [changelog](https://github.com/dotnet/sourcelink/releases/tag/8.0.0) states, that it is now included with .NET8 by default. But I don't know if this applies for this project, since...

why is this this code inside? and why is title the subject? ``if (!subject.StartsWith("mailto:")) { if (!Uri.IsWellFormedUriString(subject, UriKind.Absolute)) { throw new ArgumentException(@"Subject is not a valid URL or mailto address");...

The endpoint used to save vapid tokens has been depcreated -> https://iid.googleapis.com/v1/web/iid What will be the new endpoint?

Do you have any plan to update the references, because it contains a vulnerability? ```sh web-push-csharp/WebPush/WebPush.csproj : warning NU1903: Package 'System.Text.Json' 8.0.1 has a known high severity vulnerability, https://github.com/advisories/GHSA-hh2w-p6rv-4g7w [TargetFramework=net8.0]...

I noticed there are commits updating the .NET version, but no corresponding releases on NuGet. This is a great package that we use in several enterprise applications, so I was...

Hi, I have this error when i SendNotificationAsync I posted the screenshot where it seems to bug Here is the detail from the error System.FormatException: Invalid point encoding 40 at...

Since a couple of weeks we receive no push notifications in the Edge browser and we dont't see an error message. Can you please debug this case with the Edge...

Hi, does anyone know how to set the Urgency option to High in the options? Not sure how I can combine that and vapiddetails, right now I am doing like...