Walter.Web.FireWall.EventLog 2020.11.8.1

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Walter.Web.FireWall.EventLog --version 2020.11.8.1
                    
NuGet\Install-Package Walter.Web.FireWall.EventLog -Version 2020.11.8.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Walter.Web.FireWall.EventLog" Version="2020.11.8.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Walter.Web.FireWall.EventLog" Version="2020.11.8.1" />
                    
Directory.Packages.props
<PackageReference Include="Walter.Web.FireWall.EventLog" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Walter.Web.FireWall.EventLog --version 2020.11.8.1
                    
#r "nuget: Walter.Web.FireWall.EventLog, 2020.11.8.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Walter.Web.FireWall.EventLog@2020.11.8.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Walter.Web.FireWall.EventLog&version=2020.11.8.1
                    
Install as a Cake Addin
#tool nuget:?package=Walter.Web.FireWall.EventLog&version=2020.11.8.1
                    
Install as a Cake Tool

Reporting interface for the firewall and the windows to support structured logging to the windows EventLog.
The Package extends the reporting functionality to NuGet package Walter.Web.Firewall.Core and is easily activated by dependency injection during service configuration

services.AddFireWall(FireWallTrail.License, FireWallTrail.DomainKey
, domainName: new Uri("https://www.your-domain.com/", UriKind.Absolute)
, options =>
{
  //your firewall settings
}).UseEventLogLogging(options=>{
  options.LogName = "FireWall";
  options.SourceName = "www.your-domain.com";
});

More information on how to use this Add-On is available in this manual https://www.asp-waf.com/download/ASP-WAF-FireWall-Getting-Started.pdf as well as on-line at https://www.asp-waf.com/NuGet

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2025.9.1452 202 9/28/2025
2025.8.13.1223 232 8/13/2025
2025.7.30.1003 164 7/30/2025
2025.7.10.1347 215 7/10/2025
2025.6.30.1407 207 7/1/2025
2025.6.12.1057 381 6/12/2025
2025.4.17.1816 300 4/17/2025
2025.3.13.1323 242 3/13/2025
2025.2.26.1642 201 2/26/2025
2025.2.25.1033 196 2/26/2025
2025.2.24.1556 184 2/25/2025
2025.2.16.1149 200 2/19/2025
2025.2.15.1316 186 2/15/2025
2025.1.16.1410 195 1/16/2025
2025.1.4.1941 215 1/4/2025
2025.1.2.1544 221 1/3/2025
2024.12.14.838 186 12/14/2024
2020.11.8.1 2,427 11/8/2020
Loading failed

08 November 2020
     - Update signatures and NuGet package references
     
     14 October 2020
     - Update to .net core 3.1.4

     05 October 2020
     - Update terms
     - update NuGet package references

     30 September 2020
     - Generate a specific error message when permission is refused for the event log

     09 September 2020
     - update NuGet package references

     08 September 2020
     - Add support for .net core 3.0 and 3.1
     - Update NuGet package references
     - Update Documentation

     04 September 2020
     - Update package reference to firewall package

     27.08.2020
     - Add Referrer and root page to event log incident if user is blocked

     01.01.2020
     - Initial release