Austin Donnelly
Austin Donnelly
This is with ``` dotnet --version 7.0.400 ```
This also repros with the latest 8.0 preview: ``` bash$ dotnet format --verify-no-changes --severity info --verbosity normal Formatting code files in workspace 'D:\projects\ConceptReader\testbed\catcher\catcher.sln'. D:\projects\ConceptReader\testbed\catcher\liveview\MainWindow.xaml.cs(37,21): info CA1822: Member 'WriteLine' does not...
Ok, I've got: ``` bash$ dotnet format --version 7.4.431902+3c30490bb2ecae8967a3b5e79c97ab98de334676 ``` I uninstalled the SDK for v8 as I had other issues with it.
Yes, this works! ``` bash$ unset BuildingInsideVisualStudio bash$ dotnet format --no-restore --verify-no-changes --severity info --verbosity normal Formatting code files in workspace 'D:\projects\ConceptReader\testbed\catcher\liveview\liveview.csproj'. D:\projects\ConceptReader\testbed\catcher\liveview\MainWindow.xaml.cs(37,21): info CA1822: Member 'WriteLine' does not access...
Example from Azure Storage Explorer: when I've just finished a PIM activation of group membership granting me additional access, I want to refresh my token so the new rights are...
In my case, it's because I've just done a PIM activation, and the cached token doesn't have the extra group I am now a member of. Getting rid of the...
You might also be able to use `NUGET_CREDENTIALPROVIDER_VSTS_TOKENTYPE` set to `SelfDescribing` to generate JWTs, according to https://github.com/microsoft/artifacts-credprovider. I've not tried this, but it sounds promising.
I've updated to az version 2.63.0 and this no longer repros for me. I see WAM pop up and I get to chose which account to use. ``` $ az...
That's correct - there's no WAM popup. The `az login` prints the WARNING message, but exits without showing WAM UI. Also, I should point out that this might depend on...
I can no longer repro this bug