File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
src/HotChocolate/Utilities/src/Utilities.Buffers Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1515 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1616 </PropertyGroup >
1717
18+ <ItemGroup >
19+ <InternalsVisibleTo Include =" HotChocolate.AspNetCore.Pipeline" />
20+ <InternalsVisibleTo Include =" HotChocolate.Fusion.Execution" />
21+ <InternalsVisibleTo Include =" HotChocolate.Language.Web" />
22+ <InternalsVisibleTo Include =" HotChocolate.Types" />
23+ </ItemGroup >
24+
1825 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
1926 <PackageReference Include =" Microsoft.Bcl.HashCode" />
2027 <PackageReference Include =" System.Memory" />
Original file line number Diff line number Diff line change 44
55namespace System . Runtime . InteropServices ;
66
7- public static class JsonMarshal
7+ internal static class JsonMarshal
88{
99 public static ReadOnlySpan < byte > GetRawUtf8Value ( JsonElement value )
1010 {
You can’t perform that action at this time.
0 commit comments