Skip to content

Commit

Permalink
removed some attributes which are native to NetStandard2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasdejong committed Oct 17, 2024
1 parent 02e6f5d commit 2422e32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 234 deletions.
1 change: 0 additions & 1 deletion src/Hl7.Fhir.Base/Utility/AnnotationList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ namespace Hl7.Fhir.Utility
/// interfaces to have a common implementation.
/// This list is thread safe
/// </summary>
[CollectionBuilder(typeof(AnnotationList), nameof(AnnotationList.Create) )]
public class AnnotationList : IAnnotatable, IAnnotated, IEnumerable<object>
{
private Lazy<ConcurrentDictionary<Type, List<object>>> _annotations = new Lazy<ConcurrentDictionary<Type, List<object>>>(() => new ConcurrentDictionary<Type, List<object>>());
Expand Down
25 changes: 0 additions & 25 deletions src/Hl7.Fhir.Base/Utility/CollectionBuilderAttribute.cs

This file was deleted.

208 changes: 0 additions & 208 deletions src/Hl7.Fhir.Base/Utility/NullableAttribute.cs

This file was deleted.

0 comments on commit 2422e32

Please sign in to comment.