An open API service indexing awesome lists of open source software.

https://github.com/polyadic/code-style

Shared Code Style for all Polyadic/Funcky projects
https://github.com/polyadic/code-style

Last synced: 5 months ago
JSON representation

Shared Code Style for all Polyadic/Funcky projects

Awesome Lists containing this project

README

          

# Polyadic Code Style

[![NuGet Version](https://img.shields.io/nuget/v/Polyadic.CodeStyle)](https://www.nuget.org/packages/Polyadic.CodeStyle)
[![Licence: MIT](https://img.shields.io/badge/licence-MIT-green)](https://raw.githubusercontent.com/polyadic/funcky/main/LICENSE-MIT)
[![Licence: Apache](https://img.shields.io/badge/licence-Apache-green)](https://raw.githubusercontent.com/polyadic/funcky/main/LICENSE-Apache)

Shared Code Style for all Polyadic/Funcky projects.

## Usage

```xml

```

The rules are configured with the expectation that you build with
`/p:TreatWarningsAsErrors=true` on CI.

## Credits
The `Polyadic.CodeStyle` package started as a direct copy of
[`Messerli.CodeStyle`](https://github.com/messerli-informatik-ag/code-style), licensed under either Apache 2.0 or MIT.

## License
Licensed under either of

* Apache License, Version 2.0
([LICENSE-Apache](LICENSE-Apache) or )
* MIT license
([LICENSE-MIT](LICENSE-MIT) or )

at your option.

## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.