RSCG_TimeBombComment 2023.12.19.1802

dotnet add package RSCG_TimeBombComment --version 2023.12.19.1802
NuGet\Install-Package RSCG_TimeBombComment -Version 2023.12.19.1802
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="RSCG_TimeBombComment" Version="2023.12.19.1802" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RSCG_TimeBombComment --version 2023.12.19.1802
#r "nuget: RSCG_TimeBombComment, 2023.12.19.1802"
#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 RSCG_TimeBombComment as a Cake Addin
#addin nuget:?package=RSCG_TimeBombComment&version=2023.12.19.1802

// Install RSCG_TimeBombComment as a Cake Tool
#tool nuget:?package=RSCG_TimeBombComment&version=2023.12.19.1802

RSCG_TimeBombComment aka Time Bomb comment for technical debt

Reference the nuget package

    <PackageReference Include="RSCG_TimeBombComment" Version="2023.12.19.1802"  PrivateAssets="all" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />

Just add :

//TB: 2021-09-13 this is a comment transformed into an error

and you will see the error!

The general form is

//TB: yyyy-MM-dd whatever here


Also,you can have this on methods
[Obsolete("should be deleted", TB_20210915)]
static string Test1()
{
    return "asdasd";
}

Also, when you want to test something in your code, but give error if compiled with release

//Just for debug: if(args.length>0) throw new ArgumentException();
//JFD: test

will raise error if compiled with

dotnet build -c release

Now you can add

//TODO this is just appearing in task list and as a warning
//TODO 2025-09-23 and this is going to warning
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETStandard 2.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
2023.12.19.1802 18,887 12/19/2023
2023.10.21.806 11,703 10/21/2023
2023.5.9.2110 1,698 5/9/2023
2023.5.9.1916 128 5/9/2023
2022.3.10.1720 1,468 3/10/2022
2021.9.15.2200 308 9/15/2021
2021.9.14.2237 346 9/14/2021