Michael Yanni
Michael Yanni
@lzybkr I'm currently working on this: https://devblogs.microsoft.com/powershell/cmdlets-via-autorest/ Basically, based on the number of optional parameters exposed by a REST service, we'd need to create a quite large number of parameter...
@lzybkr @vexx32 We have worked around having too many parameter sets. Now, we are (generally) < 10 parameter sets for a given cmdlet. Some cmdlets will go above that, but...
I'm calling `JSchema.Parse` on... ohhh. I see. `JSchema.Parse` doesn't allow for URLs. Is there a method like `JSchema.Parse` that takes a fully-qualified URL? Or, a `JSchema.Parse` that takes a string,...
`ValidationError` returns the schema for that error. But, it is highly complex to figure out what schema is the parent of that schema in a deeply nested schema (many refs)....
@inDream This still seems to be an issue. I noticed (today) that my Facebook layout changed. A couple weeks ago, I wasn't using this new layout and it was still...
As of https://github.com/dotnet/project-system/pull/8420, the `test` sign parameter is no longer present because of this issue. When investigating, the parameter needs to be added back to the `official.yml`.
@tmeschter In the *Property value interception* section, maybe an *Examples* subsection pointing out a couple of examples (from our own code) of using them? It makes it easy for people...
@JoeRobich That's really useful as it uses the local repo on-disk to get the commit information. RIT does a REST call to GitHub to get this information, which is completely...
I only have 2 monitors and I tested it. Basically, if the monitors are not in a horizontal layout, Carnac won't display on that monitor. So, if I move my...
@ocalles You're getting build failures with these changes. ``` (CoreCompile target) -> D:\a\_work\1\s\src\Microsoft.VisualStudio.ProjectSystem.Managed.VS\ProjectSystem\VS\PackageRestore\PackageRestoreDataSource.cs(7,44): error CS0234: The type or namespace name 'Implementation' does not exist in the namespace 'Microsoft.VisualStudio.ProjectSystem' (are you...