Bunkum.ProfanityFilter
4.4.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Bunkum.ProfanityFilter --version 4.4.3
NuGet\Install-Package Bunkum.ProfanityFilter -Version 4.4.3
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="Bunkum.ProfanityFilter" Version="4.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bunkum.ProfanityFilter --version 4.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bunkum.ProfanityFilter, 4.4.3"
#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.
// Install Bunkum.ProfanityFilter as a Cake Addin #addin nuget:?package=Bunkum.ProfanityFilter&version=4.4.3 // Install Bunkum.ProfanityFilter as a Cake Tool #tool nuget:?package=Bunkum.ProfanityFilter&version=4.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Bunkum.ProfanityFilter
A wrapper around Profanity.Detector for Bunkum
Example usage
// Program.cs
BunkumHttpServer server = new();
server.AddProfanityService();
// FilterEndpoints.cs
[HttpEndpoint("/censorSentence")]
[NullStatusCode(HttpStatusCode.BadRequest)]
public string? CensorSentence(RequestContext context, ProfanityService service)
{
string? input = context.QueryString.Get("input");
if (input == null) return null;
return service.CensorSentence(input);
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Bunkum (>= 4.4.3)
- Bunkum.Listener (>= 4.4.3)
- Profanity.Detector (>= 0.1.8)
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 |
---|---|---|
4.7.0 | 144 | 7/17/2024 |
4.6.0 | 104 | 7/11/2024 |
4.5.6 | 112 | 6/14/2024 |
4.5.5 | 123 | 5/23/2024 |
4.5.4 | 75 | 5/13/2024 |
4.5.3 | 69 | 5/13/2024 |
4.5.2 | 125 | 5/7/2024 |
4.5.1 | 143 | 4/30/2024 |
4.5.0 | 134 | 4/24/2024 |
4.4.5 | 194 | 2/19/2024 |
4.4.4 | 138 | 2/5/2024 |
4.4.3 | 237 | 12/4/2023 |
4.4.2 | 155 | 12/3/2023 |
4.4.1 | 149 | 11/26/2023 |
4.4.0 | 141 | 11/25/2023 |
4.3.3 | 255 | 10/28/2023 |
4.3.2 | 149 | 10/27/2023 |
4.3.1 | 191 | 10/22/2023 |
4.3.0 | 162 | 10/22/2023 |
4.2.3 | 141 | 10/21/2023 |
4.2.2 | 173 | 10/19/2023 |
4.2.1 | 154 | 10/18/2023 |
4.2.0 | 174 | 10/13/2023 |
4.1.0 | 137 | 10/12/2023 |
4.0.1 | 178 | 10/1/2023 |
4.0.0 | 152 | 10/1/2023 |
3.5.0 | 154 | 9/20/2023 |
1.0.0 | 432 | 5/27/2023 |