PSKoans icon indicating copy to clipboard operation
PSKoans copied to clipboard

A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.

Results 54 PSKoans issues
Sort by recently updated
recently updated
newest added

# Describe "Koan Bug, Issue, or Help Request" All Koans.ps1 opened in VS code Visual Studio Code Version 1.64.0 Module versions installed: ``` Version Name Repository Description ------- ---- ----------...

Category-Koans
Issue-Discussion

# Describe "Koan Bug, Issue, or Help Request" AboutBitwiseOperations ## Context "The Problematic Assertions" The following two statements seem to contradict themselves (it is late here and I am studying,...

Category-Koans
Issue-Discussion

# PR Summary Removes the dependency on importing XML files for `[PSCustomObject]`s in the actual files. ## Context Adds mocks for each dbatools koan to the required file themselves. ##...

# Describe "Koan Bug, Issue, or Help Request" AboutPSProviders.Koans.ps1 ## Context "The Problematic Assertions" ```powershell Invoke-Koan : This command cannot find a matching alias because an alias with the definition...

Issue-Bug :bug:
Category-Koans

# PR Summary Fixes #457 ## Context This potentially fixes issue 457 by adding a caching mechanism. When a koan is evaluated for the first time the results of that...

# Describe "Module Bug or Issue" Identical to the issue reported in #452 ## Context "The Problem" After following the repo-based installation steps and running `Show-Karma`, I receive the following...

Category-Module
Issue-Discussion

# PR Summary Resolves #459 ## Context Since `Get-Unique` only works on sorted lists, this check was not sufficient to ensure that no items were repeated. ## Changes Replace instances...

# Describe "Koan Bug, Issue, or Help Request" - AboutAssignmentAndArithmetic ## Context "The Problematic Assertions" - Subtraction\cannot be used with strings - Modulus\cannot be used on non-numeric values ## Context...

Category-Koans
Issue-Discussion

# Describe "Koan Bug, Issue, or Help Request" - AboutCmdletVerbs - AboutGetMember ## Context "The Problematic Assertions" - AboutCmdletVerbs - Get\is for commands that retrieve data - AboutCmdletVerbs - New\is...

Category-Koans
Issue-Discussion

First of all, thank you for making and supporting this module. I am loving it and continue to learnings of Pester & PowerShell 😄 # Describe "Functionality" When running `Show-Karma`,...

Issue-Suggestion
Category-Module