Standardize parameter naming: use packageId instead of packageName in Core project#592
Draft
Copilot wants to merge 2 commits intodevelopmentfrom
Draft
Standardize parameter naming: use packageId instead of packageName in Core project#592Copilot wants to merge 2 commits intodevelopmentfrom
Copilot wants to merge 2 commits intodevelopmentfrom
Conversation
Co-authored-by: joaoopereira <3718704+joaoopereira@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Use consistent variable names for PackageId and PackageName
Standardize parameter naming: use packageId instead of packageName in Core project
Oct 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR standardizes the parameter naming in the Core project to consistently use
packageIdthroughout the codebase, resolving the inconsistency identified in issue #XXX.Problem
The
StartupModule.Configure()method used the parameter namepackageName, while the rest of the codebase consistently usedPackageId:ExecutionContext.PackageIdproperty (line 59 in ExecutionContext.cs)IVersionService.PackageIdproperty (line 10 in VersionService.cs)This inconsistency made the code harder to understand and maintain.
Solution
Renamed the
packageNameparameter topackageIdin:core/StartupModule.cs:Configure()VersionServiceandTelemetryServiceCall sites:
cmf-cli/Program.cs- Updated named parameter in main CLIcmf-cli/resources/template_feed/plugin/Plugin.Template/src/Program.cs- Updated named parameter in plugin templateChanges
The codebase now uses
packageIdconsistently, aligning with the established naming convention and improving code clarity.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
0t3vsblobprodcus362.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)1javsblobprodcus364.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/C5FB799EDCBCE6E42AAC137FC50336BD/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)1k9vsblobprodcus379.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)1p7vsblobprodcus324.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)2zrvsblobprodcus388.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/805D52E7EE3FA52FA925C0777AB38A1A/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)37bvsblobprodcus311.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/E2EB9976A40F4DC5FBB271712D4D6FD6/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)4m6vsblobprodcus384.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/61B0662AE15DD71272F832B7AE836A87/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)4vyvsblobprodcus361.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/2DF8A9EB8592198A8B4530E65D919638/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)4zjvsblobprodcus390.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/805D52E7EE3FA52FA925C0777AB38A1A/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/2FDB0CE82C286052218729A02AE6F73C/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)5rqvsblobprodcus385.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/C5FB799EDCBCE6E42AAC137FC50336BD/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)7tjvsblobprodcus341.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)80zvsblobprodcus35.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)96bvsblobprodcus338.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)bcnvsblobprodcus378.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)c50vsblobprodcus330.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/1547C205BD65A89A30F6427AD94CC555/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/CB3D70C1C3CCEDE61E9080295E05A90C/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)c78vsblobprodcus322.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)ckzvsblobprodcus347.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/C5FB799EDCBCE6E42AAC137FC50336BD/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)d0svsblobprodcus381.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)e7bvsblobprodcus348.vsblob.vsassets.iofdpvsblobprodcus345.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/524F3A442B7FFF0FE894AA34B85F00AB/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)frdvsblobprodcus327.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)gervsblobprodcus329.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/4F7589826F2A89155EECC7AE6AF07225/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)h6tvsblobprodcus346.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)i1qvsblobprodcus353.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)ibzvsblobprodcus369.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/4F7589826F2A89155EECC7AE6AF07225/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)jd4vsblobprodcus366.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/E2EB9976A40F4DC5FBB271712D4D6FD6/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)k0ivsblobprodcus356.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)kgfvsblobprodcus314.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/805D52E7EE3FA52FA925C0777AB38A1A/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)kh4vsblobprodcus325.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)kxqvsblobprodcus376.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/4F7589826F2A89155EECC7AE6AF07225/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/E2EB9976A40F4DC5FBB271712D4D6FD6/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)l49vsblobprodcus358.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)ljcvsblobprodcus317.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/4FDC7FF0E07E7718C693F8BBB717A7B7/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)lylvsblobprodcus31.vsblob.vsassets.iom16vsblobprodcus374.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)m6xvsblobprodcus342.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/4F7589826F2A89155EECC7AE6AF07225/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)m8dvsblobprodcus37.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/00DA3BA51762B14D47D4C9F6E8A232CB/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)nn8vsblobprodcus340.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/CB3D70C1C3CCEDE61E9080295E05A90C/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)ofvvsblobprodcus315.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/C0937997F7F4BA7BBF29F11F0156A2B7/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)p2ovsblobprodcus312.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/9AD52665EE337AD34E199FEDA8966CF2/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)pc2vsblobprodcus360.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/4F7589826F2A89155EECC7AE6AF07225/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)pdfvsblobprodcus380.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)pe3vsblobprodcus354.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)pe4vsblobprodcus351.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)rcxvsblobprodcus328.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/C5FB799EDCBCE6E42AAC137FC50336BD/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)s4uvsblobprodcus326.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)s8mvsblobprodcus38.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/805D52E7EE3FA52FA925C0777AB38A1A/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/0B4FA94B136BC64912B9EBF5212D856C/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)se1vsblobprodcus349.vsblob.vsassets.iodotnet build cmf-cli.sln(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)tphvsblobprodcus375.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)ukkvsblobprodcus352.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/4F7589826F2A89155EECC7AE6AF07225/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)uy6vsblobprodcus34.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)v53vsblobprodcus320.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/805D52E7EE3FA52FA925C0777AB38A1A/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)vb4vsblobprodcus33.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/C5FB799EDCBCE6E42AAC137FC50336BD/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)vwvvsblobprodcus334.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)x3yvsblobprodcus370.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/C38AF6016F6612FB8D9AEBFFBA17B5D9/missingpackages_workingdir --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/missingpackages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal --configfile /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/nugetconfig/nuget.config --force(dns block)xupvsblobprodcus332.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)yluvsblobprodcus367.vsblob.vsassets.io/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/.dotnet/dotnet restore --no-dependencies /home/REDACTED/work/cli/cli/cmf-cli/resources/template_feed/iot/driver-dotnet-framework/src/%directoryname%/dotnet/Cmf.Connect.IoT.Driver.%driveridentifier%/Cmf.Connect.IoT.Driver.%driveridentifier%.csproj --packages /home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/packages /p:DisableImplicitNuGetFallbackFolder=true --verbosity normal /p:TargetFrameworkRootPath=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot /p:NetCoreTargetingPackRoot=/home/REDACTED/work/cli/.codeql-scratch/dbs/csharp/working/emptyFakeDotnetRoot(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
Fixes #347
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.