Mickaël NIVET

Results 7 issues of Mickaël NIVET

This PR is related to my comment in #403 I've not add this as a parser setting like I've suggest because it would have need more changes to make that...

Check that public types and members are correctly documented is deactivated! See the NoWarn tag in [SharpBucket.csproj](https://github.com/MitjaBezensek/SharpBucket/blob/master/SharpBucket/SharpBucket.csproj#L21) We need to take the time to comment all the code so we...

documentation

Yarn is already the name of a widely used tool by front-end developers: [https://classic.yarnpkg.com/en/docs/install/](https://classic.yarnpkg.com/en/docs/install/) Are you sure that it's a good name for your project ? I've discovered it while...

New NetSDK format for csproj, supported since VS2017, provides native NuGet packaging capabilities, which should help to produce a valid PowerShell package later since PowerShell packages are just NuGet packages...

This fix #14 I’ve just remove all process limitations because the issue occurs as soon as I add any one of them. I’ can’t explain exactly why those execution limitations...

Make a shim of an application with a UI like notepad `shmake.exe -i notepad.exe -o sample.exe` - Open it - Write some text inside and copy/paste it. It works. -...

I discover that args are not "passed through as is by default", as mentioned in the documentation. By documentation I mean at least what we can read when executing `shmake...