Xavalon / XamlStyler

Visual Studio extension to help format your XAML source code
Apache License 2.0
1.17k stars 128 forks source link

TODO: Release XamlStyler 3.2401 #472

Closed BinToss closed 5 months ago

BinToss commented 6 months ago

Changes

Feature

XamlStyler.Console

Fix

XamlStyler.Console

XamlStyler.Extension.Windows.VS2022

deps - deps: upgrade CompareNETObjects from 4.79.0 to 4.83.0 - deps: upgrade Microsoft.CodeAnalysis.NetAnalyzers from 7.0.3 to 8.0.0 - deps: upgrade Microsoft.VisualStudio.SDK from 17.5.33428.399 to 17.8.37.222 - deps: upgrade Microsoft.VSSDK.BuildTools from 17.5.4074 to 17.8.2365

XamlStyler.Extension.Windows.VS2019

deps - deps: upgrade CompareNETObjects from 4.79.0 to 4.83.0 - deps: upgrade Microsoft.CodeAnalysis.NetAnalyzers from 7.0.3 to 8.0.0 - deps: upgrade Microsoft.VSSDK.BuildTools from 17.5.4074 to 17.8.2365

XamlStyler.Extension.Windows.Shared

XamlStyler.UnitTests

deps - deps: upgrade CompareNETObjects from 4.79.0 to 4.83.0 - deps: upgrade Microsoft.NET.Test.Sdk from 17.7.0 to 17.8.0 - deps: upgrade NUnit from 3.13.3 to 4.0.1

Miscellaneous


Commits since 3.2308.2: https://github.com/Xavalon/XamlStyler/compare/Release-3.2308.2...master image

heartacker commented 5 months ago

Hi,is it easy to support net7/8 not only net 6? please

mrlacey commented 5 months ago

@BinToss is this issue a request to release an update that contains a list of merged changes? Or is it something else?

@heartacker is there a specific issue with using net6 (beyond it being out of support)?

heartacker commented 5 months ago

nothing else but https://github.com/Xavalon/XamlStyler/issues/447

BinToss commented 5 months ago

@BinToss is this issue a request to release an update that contains a list of merged changes? Or is it something else?

Just the merged changes, good sir. Personally, the addition of ".axaml" as an acceptable XAML file extension (49ddadf16aaaf17a4aa0a168e58f4c23c7e60db6) is what motivated this request.

grochocki commented 5 months ago

I am investigating a blocking issue with the release build of the extension for VS2022 that is preventing it from loading properly. Unfortunately, I am not unable to deploy the extension under debug, blocking progress (#479). Will use that issue to track releasing updated version, so closing this issue.