You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bit source generator needs the following namespaces:
System.Text.Json
System.Net.Http.Json
System.Web
currently, the System.Net.Http.Json namespace is missing from the usings of the generated code, and it only relies on the consumer's project to have these namespaces in its global usings, which is not a proper assumption.
So it is necessary to add these namespaces to the generated code explicitly.
The text was updated successfully, but these errors were encountered:
msynk
changed the title
Http client source generator relies on System.Net.Http.Json but doesn't explicitly uses that namespace
Missing System.Net.Http.Json using in the generated code of the HttpClient source generator
May 1, 2024
bit source generator needs the following namespaces:
currently, the
System.Net.Http.Json
namespace is missing from the usings of the generated code, and it only relies on the consumer's project to have these namespaces in its global usings, which is not a proper assumption.So it is necessary to add these namespaces to the generated code explicitly.
The text was updated successfully, but these errors were encountered: