Bart

Results 4 issues of Bart

I would very much like to be able to create/update app configuration values, with different labels and also keyvault references in one step. At this moment I'm forced to make...

enhancement
portal
cli
Azure Pipelines
Import & Export

This is an example of generated code in the new versions. Not that the Azure.Core namespace is missing from "TokenCredential" ``` //-------------------------------------------------------------------------------------------------- // // This code was generated by a...

bug
help wanted

As interfaces are typically at the top of the inheritance chain (interface -> abstract class -> concrete class) inheriting documentation does not make sense. In manual code, inheritdoc is often...

bug
enhancement
help wanted

I'm missing interfaces Example code: ``` [GenerateAutomaticInterface] public class AcrService { public Task CallAsync(Func func) => throw new NotImplementedException(); public Task CallAsync(Func func) => throw new NotImplementedException(); } ``` This...

bug
help wanted