Skip to content

Commit

Permalink
Merge pull request #1951 from FirelyTeam/feature/1949-move-ITerminolo…
Browse files Browse the repository at this point in the history
…gyService-to-common

Move ITerminologyService and FhirOperationException to Hl7.Fhir.Support.Poco
  • Loading branch information
mmsmits authored Jan 18, 2022
2 parents d448c6e + 834aed9 commit 8461fe9
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 401 deletions.
2 changes: 1 addition & 1 deletion common
6 changes: 5 additions & 1 deletion src/Hl7.Fhir.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Hl7.Fhir.Introspection;
using Hl7.Fhir.Rest;
using System;
using System.Runtime.CompilerServices;

Expand All @@ -14,4 +15,7 @@
#if RELEASE
// https://docs.microsoft.com/en-us/dotnet/standard/assembly/create-signed-friend
[assembly: InternalsVisibleTo("Hl7.Fhir.Core.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001001717d77343870eca52515a2ff9ba7ef2ff314f2f1e651f4a069401e35193d4d5124b33379a6380d510239044f012f720d395064192157eae8f67b3e4d524b79daadebd4e65ce67db327949b77bf26ca6c0f97c4ca1a578811202a537e4d112fffb2e42e852afdd71c3295c694911cdf0535f709b72ba172c40a2b1f2b607ffdc")]
#endif
#endif

// Moved FhirOperationException to Hl7.Fhir.Support.Poco
[assembly: TypeForwardedTo(typeof(FhirOperationException))]
99 changes: 0 additions & 99 deletions src/Hl7.Fhir.Core/Rest/FhirOperationException.cs

This file was deleted.

Loading

0 comments on commit 8461fe9

Please sign in to comment.