You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove run: dotnet new globaljson in favor of changing the hardcoded input dotnet-version of actions/setup-dotnet@v4 to global-json-file
* add `--locked-mode` param for run `dotnet restore`
@ actions/c#/action.yml
+ env `NUGET_PACKAGES` to use runner-level preinstalled NuGet packages
+ run ReSharper cli over the whole solution via `muno92/resharper_inspectcode@v1`, also restore/save cache around it
@ workflows/c#.yml
@ .github
$ dotnet new globaljson --sdk-version 8.0.0 # then set `rollForward: latestFeature`
@ c#
0 commit comments