polyadic / funcky

Funcky is a Functional Library for C#
https://polyadic.github.io/funcky
Apache License 2.0
19 stars 4 forks source link

Create Polyadic.CodeStyle #782

Open FreeApophis opened 8 months ago

FreeApophis commented 8 months ago

Should we define our own code style?

bash commented 8 months ago

Is this related to the suppressions in https://github.com/polyadic/funcky-lexer/pull/3/files?

FreeApophis commented 7 months ago

Not directly, but Polyadic depends on Messerli repos.

bash commented 7 months ago

I started an experiment in #785. There are a lot of code style options built into roslyn. Thanks to EnforceCodeStyleInBuild we might not need StyleCop anymore (which would be great because StyleCop usually takes a while to catch up with new C# versions).