-
---
RFC:
Author: John Bevan
Status: Draft
SupercededBy:
Version:
Area: Standard Functions
Comments Due:
Plan to implement:
---
# Get-ChildItem; Add IncludeRoot Switch
Suggestion: C…
-
Trying to use linq2db with existing EF code base and found a case, which might be interesting to you as it seems to be valid for EF, but will fail in runtime when linq2db is used as expression engine.…
-
Looking at https://github.com/Mmodarre/AzureDataFactoryHOL/blob/master/Lab-guide/05-Get_Metadata_activity_filter_activity_and_complex_expressions/README.md
https://github.com/Mmodarre/AzureDataFact…
-
Using the master branch the following commands throw a not implemented exception:
```
dir *.txt
dir .\*.txt
dir c:\full\path\to\*.txt
```
Using a filename with no path throws a null reference except…
-
Go to c:\windows directory and then get-childitem c:\users. -> directory: shows c:\windows, it should show c:\users.
-
I was provided this script by someone else to allow a Milestone Camera System to use Let's Encrypt. It's worked great for a few years.
```
param([string]$LogPath)
function WriteLog {
…
-
I'm trying to make an extension for the .NET Interactive + Powershell Kernel. At this point i'm just trying to experiment, making a few tests. Looks like this:
```csharp
public OutTableTests()…
-
# Description
Version 6.4.0
For the following action, an error is thrown when generating the swagger document because the `Name` property on `FormFormAttribute` is not respected, leading to an a…
-
`gci | gmiv -kind video -parameter CodecID | ogv`
```
New-Object: D:\Documentos\PowerShell\Modules\Get-MediaInfo\3.7\Get-MediaInfo.psm1:193
Line |
193 | … $mi = New-Object MediaInfoSharp -…
-
### Describe the bug
Running the manual installation steps as-written on Windows 10 using PowerShell 7.4 does not work
### Reproduction steps
Prerequisites:
Python is installed
PowerShell 7 is …