Gabe Szabo
Gabe Szabo
Manually created TypeScript type definitions for the `Blazor` API: https://github.com/podNET-Hungary/blazor-typings
Without going into too much detail, I encountered some issues after migrating to .NET 8. I was using prerendering in .NET 7, and still use prerendering in .NET 8 with...
I saw this issue lately with many different cmdlets. On large scripts, it's not feasible to cherry pick the commands to add ProgressAction to or set ProgressPreference globally. Wherever I...
@corbob Yes, thanks for pointing it out. I saw that and that works as a workaround, however this is not the first time I found a cmdlet with this behavior,...
I tried to see where it gets set incorrectly, but I only found this, which seem to build with `ModuleVersion`: https://github.com/microsoftgraph/entra-powershell/blob/07e3992fe282f915748ecb52913f975c65f0b938/src/EntraModuleBuilder.ps1#L390 However, the published packages' .psd1s contain `RequiredVersion`, which cause...
I see, thanks for the clarification. What's the recommended way to go about this then? I use WindowsAutopilotIntune and Entra modules in a script and that cannot run, because they...
As a temporary workaround until this is fixed, the solution seems to be to uninstall all newer `Microsoft.Graph.*` packages, install all dependent 2.25.0 packages, and then install all other modules...
Unfortunately I can't test, not until Tuesday at the earliest. Although I'm not really sure what I would test for exactly either. The issues I had were because an Entra...
Thanks @KenitoInc. As I mentioned above, the AllowClobber parameter only postpones the issue to propagate during runtime and not installation time, regardless of installation order. The modules simply require different...
I found the following problems that don't respect the current theme: 1. Emphasis, subtle and border-subtle are derived from the theme colors themselves. Defining them as SCSS variables only causes...