Skip to content

Commit 6079911

Browse files
committed
warnings
1 parent 869a455 commit 6079911

File tree

2 files changed

+0
-205
lines changed

2 files changed

+0
-205
lines changed

src/Utility/ToolsUtility.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,6 @@ internal static ReadOnlySpan<byte> ClrToJsonTypeUtf8(Type clrType) =>
4646
_ => throw new NotImplementedException()
4747
};
4848

49-
internal static string ClrToJsonTypeUtf16(Type clrType) =>
50-
clrType switch
51-
{
52-
Type t when t == typeof(double) => "number",
53-
Type t when t == typeof(int) => "number",
54-
Type t when t == typeof(string) => "string",
55-
Type t when t == typeof(bool) => "bool",
56-
_ => throw new NotImplementedException()
57-
};
58-
5949
internal static BinaryData BuildParametersJson(ParameterInfo[] parameters)
6050
{
6151
if (parameters.Length == 0)

tests/Utility/MultipartFormDataBinaryContent.cs

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)