Michael Yanni
Michael Yanni
@mxa0079 I don't work for this team anymore. Let me see if someone else knows... @jsquire Do you know who would be looking at an issue like this?
@sebastianslutzky > I think it would be best to allow for EnumMember(Value = "with-hyphen") to be parsed I did a solution for this issue here using a type converter: https://github.com/aaubry/YamlDotNet/issues/30#issuecomment-538604539
I've added the details and progress on this work here: https://dev.azure.com/devdiv/DevDiv/_wiki/wikis/DevDiv.wiki/34643/Integration-Testing-(in-progress)
@kvenkatrajan The only reason this got put on-hold is a red-tape issue which I won't go into details here. However, I can workaround that in the near term (since the...
This was *nearly* completed prior to my team move. Everything is in-place for this to work but there were some tweaks needed: - The [tagger pipeline](https://github.com/dotnet/project-system/blob/main/eng/pipelines/tagger.yml) needs to be modified...
> Is idea to create tag for VS releases or every VS insertion? Tagger.yaml is working to tag every insertion. @smitpatel The tagger pipeline has a specific trigger mechanism that...
Additionally, changes here may want to respond to the discussion here: https://github.com/dotnet/project-system/issues/7010
I've moved the issue to the generator repo as the processing of this information is handled by the generator.
The type is just a DTO, so it doesn't actually have 'work' to be done for it. The processing of the information (deserialization) is where the work lies.
After offline discussion, we would do custom parsing in Azure.Core. We wouldn't use the generator to parse the error models (x-ms-error-response schemas). Instead, we would generalize some information we look...