Remove `CodeAnnotations`

- #8416
- turns out this required little on top of dougbu/remove.custom.tool
This commit is contained in:
Doug Bunting 2018-09-09 18:12:10 -07:00
parent 6ffcf3571e
commit d0325ef264
No known key found for this signature in database
GPG Key ID: 888B4EB7822B32E9
2 changed files with 0 additions and 24 deletions

View File

@ -1,23 +0,0 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
namespace JetBrains.Annotations
{
[AttributeUsage(
AttributeTargets.Method | AttributeTargets.Parameter |
AttributeTargets.Property | AttributeTargets.Delegate |
AttributeTargets.Field)]
internal sealed class NotNullAttribute : Attribute
{
}
[AttributeUsage(
AttributeTargets.Method | AttributeTargets.Parameter |
AttributeTargets.Property | AttributeTargets.Delegate |
AttributeTargets.Field)]
internal sealed class CanBeNullAttribute : Attribute
{
}
}

View File

@ -24,7 +24,6 @@
<Compile Include="../GetDocumentInsider/AnsiConsole.cs" />
<Compile Include="../GetDocumentInsider/AnsiConstants.cs" />
<Compile Include="../GetDocumentInsider/AnsiTextWriter.cs" />
<Compile Include="../GetDocumentInsider/CodeAnnotations.cs" />
<Compile Include="../GetDocumentInsider/CommandException.cs" />
<Compile Include="../GetDocumentInsider/CommandLineUtils/*.cs" LinkBase="CommandLineUtils" />
<Compile Include="../GetDocumentInsider/Commands/CommandBase.cs" Link="Commands/CommandBase.cs" />