CodeKicker.BBCode.Core 4.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeKicker.BBCode.Core --version 4.0.1
NuGet\Install-Package CodeKicker.BBCode.Core -Version 4.0.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="CodeKicker.BBCode.Core" Version="4.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeKicker.BBCode.Core --version 4.0.1
#r "nuget: CodeKicker.BBCode.Core, 4.0.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.
// Install CodeKicker.BBCode.Core as a Cake Addin
#addin nuget:?package=CodeKicker.BBCode.Core&version=4.0.1

// Install CodeKicker.BBCode.Core as a Cake Tool
#tool nuget:?package=CodeKicker.BBCode.Core&version=4.0.1

CodeKicker.BBCode.Core

This is a fork of the original modification repository.

What's new

  • fully compatible with netstandard 2.1, net 6.0, net 7.0
  • supports the bbcode uid feature of PHPBB 3.x. This feature is not fully documented anywhere, but this forum thread should be a good place to start.
  • supports the bbcode bitfield feature of PHPBB 3.x
  • fully backwards compatible with PHPBB 3.x (call BBCodeParser.TransformForBackwardsCompatibility on your own BBCode text to generate BBCode that can be parsed by a phpbb 3.0 engine)
  • added support for nested tags in list items
  • added support for phpbb 3.x inline attachment html comments
  • made whitespace management fully compatible with phpbb3

Usage

Install the NuGet package

This project is used in PhpbbInDotNet.

License

Both the original project and the modification repo are licensed under the MIT license, thus my changes are released under the same terms.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.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.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.
  • net7.0

    • No dependencies.

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
5.0.0 94 5/13/2024
4.0.1 1,414 1/23/2023
4.0.0 317 1/3/2023
4.0.0-preview.2 99 1/3/2023
4.0.0-preview.1 98 1/2/2023
3.0.0 585 4/6/2022
3.0.0-alpha.2 120 3/22/2022
3.0.0-alpha 150 3/22/2022
2.0.0 12,827 5/19/2021
2.0.0-net5-beta.2 139 4/28/2021
2.0.0-net5-beta 226 4/27/2021
1.4.2.1 2,742 12/7/2020
1.4.2 405 11/17/2020
1.4.1 442 11/16/2020
1.4.0 516 9/30/2020
1.3.10 574 9/22/2020
1.3.9 582 9/22/2020
1.3.8 495 9/22/2020
1.3.7 464 9/22/2020
1.3.6 532 9/16/2020
1.3.6-UrlsFix.2 268 9/16/2020
1.3.6-UrlsFix.1 262 9/16/2020
1.3.5 516 9/16/2020
1.3.4 474 9/14/2020
1.3.3 489 8/10/2020
1.3.2 515 7/30/2020
1.3.2-BCHotfixes.8 249 7/30/2020
1.3.2-BCHotfixes.7 223 7/30/2020
1.3.2-BCHotfixes.6 311 7/29/2020
1.3.2-BCHotfixes.5 318 7/29/2020
1.3.2-BCHotfixes.4 324 7/29/2020
1.3.2-BCHotfixes.3 237 7/29/2020
1.3.2-BCHotfixes.2 246 7/29/2020
1.3.2-BCHotfixes.1 241 7/21/2020
1.3.1 481 7/21/2020
1.3.1-ExtendedBackwardsComp... 258 7/21/2020
1.3.0 548 7/20/2020
1.3.0-phpbb3.0.x-BackwardsC... 214 7/20/2020
1.3.0-phpbb3.0.x-BackwardsC... 224 7/20/2020
1.2.0 559 7/16/2020
1.2.0-generateUid.2 296 7/16/2020
1.1.0 522 7/15/2020
1.1.0-bitfieldSupport.2 263 7/15/2020
1.1.0-bitfieldSupport 377 7/15/2020
1.0.0.3 527 6/24/2020
1.0.0.2-alpha 370 5/26/2020
1.0.0.1-alpha 380 5/19/2020
1.0.0-alpha 364 5/18/2020

Improved URL parsing