Daniel Cazzulino

Results 360 comments of Daniel Cazzulino

FWIW, I tried the resulting nuget package on iOS and Android apps and no prompts were raised.

As almost always, it depends ;). Users can use any VS that supports the NETStandard you're producing, just like the previous hardcoded nuspec had. *building* the nuget package requires VS...

Ok, this seems like it would be a bit of a show-stopper on the roslyn side: https://github.com/dotnet/roslyn/issues/51560 😞 ![image](https://user-images.githubusercontent.com/169707/109531924-4a4ad280-7a97-11eb-99b5-a594d8546cd0.png) since I'm relying on the code fix to automatically implement all...

Ok, I think I have a possible way to implement this from the codegen aspect: We could generate an additional interface implementation that would (by "virtue" of the above "show-stopper")...

Fair points :). Let me elaborate on how things work right now from the codegen perspective: I invoke the built-in code fix to generate the boilerplate members ([initial scaffold](https://github.com/devlooped/avatar/blob/main/src/Avatar.StaticProxy/AvatarGenerator.cs#L212-L218)) for...

And it works like a charm and is trivial to use, see https://til.cazzulino.com/dotnet/accessing-tor-via-httpclient-with-.net6

Yep, the upstream API is changing a *lot* between releases, I just can't keep up fast enough. If you could take a shot at this in a PR, it would...

@dependabot ignore this dependency