-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Issue-BugSomething isn't workingSomething isn't workingNeed-ReviewResolution-DuplicateThis issue or pull request already existsThis issue or pull request already exists
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Summary
After the release of v3.2.0-preview.5, the discovery has significantly decreased.
Steps to reproduce
- Use the
Install-DscExe
command to install v3.2.0-preview.4:
Install-DscExe -IncludePrerelease -Verbose -Force -Version 3.2.0-preview.4` - Run the following command:
Measure-Command -Expression { dsc config get --file hello_world.dsc.bicep }
⠁ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠁ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠉ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠙ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠚ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠁ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠁ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠉ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠙ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠚ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠒ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠂ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠂ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠒ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠲ [00:00:00] [████████████████████████████████████████] 1/1 Searching for resources
Days : 0
Hours : 0
Minutes : 0
Seconds : 6
Milliseconds : 305
Ticks : 63059564
TotalDays : 7.29856064814815E-05
TotalHours : 0.00175165455555556
TotalMinutes : 0.105099273333333
TotalSeconds : 6.3059564
TotalMilliseconds : 6305.9564
- In the same session, install preview-5:
Install-DscExe -IncludePrerelease -Verbose -Force -Version 3.2.0-preview.5
- Run the same example
⠁ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠁ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠉ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠙ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠚ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for extensions ⠁ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠁ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠉ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠙ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠚ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠒ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠂ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠂ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠒ [00:00:00] [░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0/1 Searching for resources ⠲ [00:00:00] [████████████████████████████████████████] 1/1 Searching for resources
n
Days : 0
Hours : 0
Minutes : 0
Seconds : 53
Milliseconds : 603
Ticks : 536039311
TotalDays : 0.000620415869212963
TotalHours : 0.0148899808611111
TotalMinutes : 0.893398851666667
TotalSeconds : 53.6039311
TotalMilliseconds : 53603.9311
Expected behavior
Time hasn't increased to execute the resource.
Actual behavior
Takes more than 50 seconds.
Error details
Environment data
Name Value
---- -----
PSVersion 7.5.3
PSEdition Core
GitCommitId 7.5.3
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Version
dsc 3.2.0-preview.5
Visuals
No response
Metadata
Metadata
Assignees
Labels
Issue-BugSomething isn't workingSomething isn't workingNeed-ReviewResolution-DuplicateThis issue or pull request already existsThis issue or pull request already exists