From 3485b93d8461dd60c8d17ca1fec22229c985d9ab Mon Sep 17 00:00:00 2001 From: Simon G Date: Thu, 16 Dec 2021 11:27:24 +0100 Subject: [PATCH] - remove not needed annotations --- LightweightIocContainer/Exceptions/IocContainerException.cs | 4 +--- LightweightIocContainer/LightweightIocContainer.csproj | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/LightweightIocContainer/Exceptions/IocContainerException.cs b/LightweightIocContainer/Exceptions/IocContainerException.cs index 2896a76..b947ea0 100644 --- a/LightweightIocContainer/Exceptions/IocContainerException.cs +++ b/LightweightIocContainer/Exceptions/IocContainerException.cs @@ -4,7 +4,6 @@ using System; using System.Collections.Generic; -using JetBrains.Annotations; namespace LightweightIocContainer.Exceptions { @@ -38,7 +37,6 @@ namespace LightweightIocContainer.Exceptions /// /// The inner exceptions of the /// - [UsedImplicitly] - public List InnerExceptions { get; protected set; } + public List InnerExceptions { get; protected init; } } } \ No newline at end of file diff --git a/LightweightIocContainer/LightweightIocContainer.csproj b/LightweightIocContainer/LightweightIocContainer.csproj index beb4dbf..95e8fb3 100644 --- a/LightweightIocContainer/LightweightIocContainer.csproj +++ b/LightweightIocContainer/LightweightIocContainer.csproj @@ -23,7 +23,6 @@ - all runtime; build; native; contentfiles; analyzers; buildtransitive