Cameron Taggart
Cameron Taggart
@christothes, it is not just ResourcesManagementClient. I can reproduce it with all other clients I've tried.
@christothes, as posted above, this works: ``` csharp var scopes = new[] { "https://management.core.windows.net/.default" }; ```
@christothes, I enabled logging with: ``` csharp using var logger = Core.Diagnostics.AzureEventSourceListener.CreateConsoleLogger(System.Diagnostics.Tracing.EventLevel.Verbose); var rmClient = new ResourcesManagementClient(resourceManagerEndpoint, subscriptionId, tokenCredential, new ResourcesManagementClientOptions{ Diagnostics = { IsLoggingContentEnabled = true } }); ```...
@allenjzhang, true, but this issue is about Azure.ResourceManager.XXXX .NET SDKs.
Introducing .NET Core 2.1 Flagship Types: Span T and Memory T https://www.codemag.com/Article/1807051/Introducing-.NET-Core-2.1-Flagship-Types-Span-T-and-Memory-T
System.IO.Pipelines: High performance IO in .NET https://blogs.msdn.microsoft.com/dotnet/2018/07/09/system-io-pipelines-high-performance-io-in-net/
@7sharp9 I have a renewed interest in actually making a `froto` .NET global tool that can do the code generation #15, especially if it will lead to gRPC generation eventually...
@takemyoxygen Or just add it back here when you have time. I'm fine either way.
@7sharp9 Yes, that is what I want. Any chance you are going to add a PR with that work?
I like code generators. Looking forward to seeing it.