We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027c440 commit 075a108Copy full SHA for 075a108
test/Cabazure.Client.Tests/TestHelper.cs
@@ -1,4 +1,5 @@
1
-using System.Text.Json;
+using System.Net;
2
+using System.Text.Json;
3
using Azure.Core;
4
using Cabazure.Client.SourceGenerator;
5
using Microsoft.CodeAnalysis;
@@ -101,6 +102,8 @@ private static CSharpCompilation CompileSources(params string[] sources)
101
102
.Append(typeof(IServiceCollection).Assembly)
103
.Append(typeof(IHttpClientBuilder).Assembly)
104
.Append(typeof(HttpMethod).Assembly)
105
+ .Append(typeof(HttpStatusCode).Assembly)
106
+ .Append(typeof(IServiceProvider).Assembly)
107
.Append(typeof(StringValues).Assembly)
108
.Append(typeof(OptionsServiceCollectionExtensions).Assembly)
109
.Append(typeof(TokenCredential).Assembly)
0 commit comments