Mikolaj Mackowiak

Results 69 comments of Mikolaj Mackowiak

I created a fork of the project and compiled toolkit as .NET Core 3.0 Windows App and put it as nuget package: https://www.nuget.org/packages/MiqM.Xceed.Wpf.Toolkit.NETCore/ It's not created as multi-target, therefore it...

@virzak I converted 3.4.0 tag to .NETCore 3.0 and pushed to nuget. However it's not tested heavily, I just went through the live demo app and from general perspective it...

@XceedBoucherS - just FYI, current preview8 of netcore 3.0 is considered by Microsoft as production ready, see https://docs.microsoft.com/en-us/dotnet/core/whats-new/dotnet-core-3-0#production-supported-preview

> > > I pulled the latest version of this fork today. I'm getting the following compiler warning: > > Warning NU1603 MiqM.Xceed.Wpf.Toolkit.NETCore 3.4.0.1 depends on Microsoft.WindowsDesktop.App (>= 3.0.0-preview-27325-3) but...

To whomever will be implementing fix for this: have in mind that in ARM parameter and variable with same name could co-exist. In addition, if the name of the resource...

Bicep CLI version 0.2.46 (fa6e2c5d92) **Element**: `Microsoft.Web/certificates@2020-06-01` **Message**: `Warning BCP035: The specified "object" declaration is missing the following required properties: "password".` Although reference (https://docs.microsoft.com/en-us/azure/templates/microsoft.web/certificates) describes `password` as required, in fact...

#898 #622 #3723 referencing some issues that touched or discussed this topic earlier.

Here are some of my thoughts on this. All options could coexist, I don’t see any issues with ability to exactly type type or use typeof or auto. As for...

+1 on this. I'd also like to have a function on ARM/bicep to check if particular resourceId exists. My use case is that I'd like to create a blue-green deployment...

@alex-frankel just another case that we NEED to check if a resource exists. For using aks and application gateway ingress controller. The thing is that if we do first time...