Thomas Nieto

Results 92 comments of Thomas Nieto

I can also help with the documentation. This would be a good time to use PlatyPS to be able to ship updatable help.

@SeeminglyScience Here is a way to reproduce: I have a classtest.dll which is the `RootModule` in the `Test` module. ```csharp namespace ClassTest.Test { public class Animal { public string Name...

I get having to run using module in the console to load the assemblies but why does it require redefining the using statements in the script?

@TylerLeonhardt Once MAUI comes out would all the GUI commands in PowerShell move to this repo and be cross-platform? Also, how big is the dependency and can it be bundled...

@gaelcolas My main concern is that DSC resources are using four digit version with a 0 in forth position. NuGet will normalize that version that to a three digit version...

@johlju PowerShellGet does a version comparison so `3.1.0` is newer than `3.0.0.0`. ```powershell C:\> [version]'3.1.0' -gt [version]'3.0.0.0' True ```

@LaurentDardenne Can you clarify the request? Are you saying the `Publish-Script` is currently adding private functions as tags in the NuGet package? Or are you saying it doesn't do that...

@edyoung does PowerShell Gallery support NuGet v3 now? I see a v3 Uri defined in code but it's not used anywhere. https://github.com/PowerShell/PowerShellGet/blob/0f667f29a4cecd9b8abee1a4df63b2c31f7a753a/src/PowerShellGet/private/modulefile/PartOne.ps1#L115

@edyoung Is there a timeline for PSGallery to support v3?