Yusuf Tarık Günaydın

Results 19 comments of Yusuf Tarık Günaydın

I think a valid case would be ReSharper support. If you use the generated code, ReSharper shows red squiggles everywhere. Since ReSharper does not use Roslyn, I think the only...

Thanks for the answer. Seems like ReSharper was behaving oddly. I deleted the caches and the ReSharper intellisense is working correctly now.

There is an easy workaround. Add PrivateAssets="all" to PackageReference on project A. ```xml ```

The thing is that you should not move the flag when you lengthen or shorten the stem. These values are meant to be used visually. I have created some examples...

> ``` c# > public class C(int i, string s) : B(s) > { > { > if (i < 0) throw new ArgumentOutOfRangeException(nameof(i)); > } > int[] a =...

I have read somewhere that the team will reconsider code generation (possibly reducing some of its scope) after releasing C# 8.0. So I am somewhat optimistic that a result will...

There is also the problem of multiple discards. For now the only way is to add more underscores (actually giving different names to the variables as they are not really...

This would also fix a related Vault issue: https://github.com/hashicorp/vault/issues/21109

My project has reference to `Microsoft.Extensions.DependencyInjection.Abstractions`. In fact the generated service provider implements it. ![image](https://user-images.githubusercontent.com/8676450/205297570-bfcc1d8b-1f1c-4e1b-a127-bbe4db51212b.png) However, the if block is missing on `object? global::System.IServiceProvider.GetService(global::System.Type type)` method. I've tried your test...

Sent PR #135 for failing test.