Neil Barnwell
Neil Barnwell
@SydneyhSmith Indeed it doesn't work for authenticated repositories. In fact, I get the error I previously reported in https://github.com/PowerShell/PSResourceGet/issues/1491, which I don't think anyone cares about, either. PowerShell module stuff...
Yes there are others for showing busy notifications and things, but this is still the only solution for TransitioningContentControl for WPF. :) I've used it before, but actually downloaded the...
Literally found this just now. I will make do for now and watch this issue closely. Very much like Logseq so this little wrinkle would be great if resolved. :)
Fair enough, I'll change the title. The demo is the first place I went. However, the demo demonstrates some other things that make it hard to directly compare with the...
I have the same issue.
I noticed an additional warning: ``` WARNING: The cmdlet 'Install-Module' is deprecated, please use 'Install-PSResource'. ``` Is it worth moving to `PSResourceGet`?
HTH: ``` 13:39:55 C:\Code\Github\dotnet-adr PS> $PSVersionTable Name Value ---- ----- PSVersion 7.4.2 PSEdition Core GitCommitId 7.4.2 OS Microsoft Windows 10.0.22631 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion...
That didn't work, and gave the same error. I'm convinced it's because of the tyre-fire that is PowerShellGet/CompatPowerShellGet/PSResourceGet at the moment.
Further to my previous comment, I tried it on Windows PowerShell as opposed to PowerShell (i.e. the .NET Core-based one) and that install worked. However, the `build.ps1` didn't, because there's...
> real 'fun' was going to start in the next version when they enable the compat layer and switch things over. They've done that now, I think - see https://devblogs.microsoft.com/powershell/powershellget-in-powershell-7-4-updates/....