MagicAndre1981

Results 162 comments of MagicAndre1981

but some [people have issues getting the previews from the Azure feed](https://github.com/dotnet/project-system/issues/7010#issuecomment-1373360991). So the better solution is to release (maybe also preview) versions on nuget which all users get.

I still got the conflict @axunonb and I think it worked for some time ![image](https://github.com/axuno/SmartFormat/assets/8274816/5996a066-43a5-456b-a882-0508506d9fcd)

@axunonb downgrade to 3.3.0 fixed it.[ Comparing the versions](https://github.com/axuno/SmartFormat/compare/v3.3.0...v3.3.1) show that #368 reverted the fix you've done here. Why don't you add the nuget reference of ZString to your lib...

ok, removing ZString Package Reference from my csproj also fixes it which is totally confusing.

> This is still because of framework v4.6.1 not supported by Cysharp.ZString. ok, but why do you still support this? ZString has .net standard 2.0 support which makes it work...

> @nkolev92 Checking in again to see if this is still an issue. for us normal users this is an issue. We need at least 1 stable version submitted to...

> @MagicAndre1981 Our latest package can always be obtained via our [public Azure DevOps feed](https://dev.azure.com/azure-public/vside/_artifacts/feed/vs-impl) (which is mentioned at the top of this issue). I know this and for me...

I've updated the nuget.config in the project with vssdk, vs-impl and xliff-tasks feeds tested it on clean system and always got the prerelease versions. Earlier I linked the project where...