From 8282b1854c1daacb8666e049d979384730a8cebe Mon Sep 17 00:00:00 2001 From: Thomas Ardal Date: Tue, 19 Dec 2023 12:45:41 +0100 Subject: [PATCH] Note about deprecating the elmah.io.javascript package --- docs/logging-to-elmah-io-from-javascript.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/logging-to-elmah-io-from-javascript.md b/docs/logging-to-elmah-io-from-javascript.md index 52f26907c8..5d3e9d7f35 100644 --- a/docs/logging-to-elmah-io-from-javascript.md +++ b/docs/logging-to-elmah-io-from-javascript.md @@ -144,6 +144,8 @@ Reference `elmahio.min.js` just before the `` tag (but before all other J
+> NuGet is not a good distribution channel for JavaScript libraries so this package has been deprecated. The `elmah.io.javascript` package installs the JavaScript file in the `/Scripts/` folder. This no longer works with modern web frameworks like ASP.NET Core. We recommend installing the JavaScript through one of the other options instead. + Install the `elmah.io.javascript` NuGet package: ```powershell fct_label="Package Manager"