Casper

Results 56 comments of Casper

Unfortunately, I set fantomas to format on save. And normally I do a lot of intermediate commits. Only, as bad luck has it, working on a recoding of my project...

The least fantomas should do is check whether the formatted code is still syntactically correct. If it isn't syntactically correct do not format the code but leave it as it...

I tried to undo, but that didn't result in a recovery. I did this before giving up and closing the file.

It fails on windows as well, the same error. Actually when you look at the appveyor badge, the same problem. It is very poor practice to let your main branch...

I absolutely agree. Just the lack of response to your issue is testimony to the problem. A continuous and consistent lack of support and upgrading of a lot of core...

Indeed this is something I am struggling with specifically: - How to convert an existing solution to the scaffold structure - How to use the scaffold structure, i.e. tweak the...

Anybody have any idea when paket will be able to support .net 10?

@forki Thanks! I am trying it and using `framework: net10.0` it builds. Only I get a lot of ` warning NU1510: PackageReference System.Reflection.Metadata will not be pruned. Consider removing this...

> > [@forki](https://github.com/forki) Thanks! I am trying it and using `framework: net10.0` it builds. Only I get a lot of > > ` warning NU1510: PackageReference System.Reflection.Metadata will not be...

P.S. If anybody knows of a tool to resolve all transient dependencies and show the pruned dependency tree, I would love to use that. Currently, I am trying to figure...