Remove `CodeAnnotations`
- #8416 - turns out this required little on top of dougbu/remove.custom.tool
This commit is contained in:
parent
6ffcf3571e
commit
d0325ef264
|
|
@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue