LxLeChat / FlowChartCore

PowerShell Module Written in C# to create DOT graphs from PS Scripts
MIT License
19 stars 3 forks source link

Migrate Everything to netcoreapp3.1 #73

Closed LxLeChat closed 4 years ago

LxLeChat commented 4 years ago

As discussed in issue #68 we will migrate everything from a compatible version across ps version to an only powershell 6+ compatible version. This decision was made, mainly, because we could not deal with the ternary expression, as ternaryexpressionAST is not part of netstandard2.0.

So basically, what i'm going to do is: Create a new project targeting netcoreapp3.1, referecing System.Management.Automation 7+, copy paste everything for the old project ... and boum !

LxLeChat commented 4 years ago

en revanche @LaurentDardenne ... j'ai une question pour toi ... j'ai tout migré mais j'ai fait ça comme un sale sur ma branche local master ... du coup toutes les autres branches vont devenir obsolètes il me semble .. Sais tu si il y a une meilleur manière de faire les choses ??

(j'ai encore rien poussé vers github ^^ )

LaurentDardenne commented 4 years ago

Non désolé, j'ai un usage basique de Git. A priori un Sync sur chaque branche + résolution de conflits ?

Les branches restantes sont de ton côté, j'ai supprimé celles des PR. Et de mon côté je peux supprimrer le fork et le recréer une fois le master à jour.

LxLeChat commented 4 years ago

Bon voila c'est fait... ! chez moi ça fonctionne -_-!

LaurentDardenne commented 4 years ago

Merci. Je regarde ça demain.

LxLeChat commented 4 years ago

La migration fonctionne sous windows, mais pas sous linux. #81