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
<PackageReference Include="RSCG_TimeBombComment" Version="2023.12.19.1802" />
<PackageVersion Include="RSCG_TimeBombComment" Version="2023.12.19.1802" />
<PackageReference Include="RSCG_TimeBombComment" />
paket add RSCG_TimeBombComment --version 2023.12.19.1802
#r "nuget: RSCG_TimeBombComment, 2023.12.19.1802"
#addin nuget:?package=RSCG_TimeBombComment&version=2023.12.19.1802
#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
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on RSCG_TimeBombComment:
Package | Downloads |
---|---|
RSCG_Demeter
Measuring Dots ( think Demeter Law) |
|
RSCG_CompositeProvider_Common
Interface to null object - common |
|
RSCG_CompositeProvider
Interface to null object - common |
|
RSCG_OpenApi2MCP
Generating MCP tools from swagger at runtime. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2023.12.19.1802 | 54,257 | 12/19/2023 |
2023.10.21.806 | 11,755 | 10/21/2023 |
2023.5.9.2110 | 1,733 | 5/9/2023 |
2023.5.9.1916 | 162 | 5/9/2023 |
2022.3.10.1720 | 1,527 | 3/10/2022 |
2021.9.15.2200 | 357 | 9/15/2021 |
2021.9.14.2237 | 413 | 9/14/2021 |