[
https://issues.apache.org/jira/browse/AVRO-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16909685#comment-16909685
]
Hudson commented on AVRO-2454:
------------------------------
SUCCESS: Integrated in Jenkins build AvroJava #722 (See
[https://builds.apache.org/job/AvroJava/722/])
AVRO-2454: Add FxCop and StyleCop to C# bindings (#609) (github:
[https://github.com/apache/avro/commit/93a3ca4f6a3ace56a2e32d4249d05dad6f220f1f])
* (edit) lang/csharp/src/apache/main/CodeGen/CodeGen.cs
* (edit) lang/csharp/src/apache/main/Schema/AvroException.cs
* (edit) lang/csharp/src/apache/main/Protocol/ProtocolParseException.cs
* (edit) lang/csharp/src/apache/main/Schema/AvroTypeException.cs
* (edit) lang/csharp/src/apache/main/Schema/RecordSchema.cs
* (edit) lang/csharp/src/apache/main/Specific/ObjectCreator.cs
* (edit) lang/csharp/src/apache/main/Schema/Field.cs
* (edit) lang/csharp/src/apache/main/CodeGen/AvroRuntimeException.cs
* (add) lang/csharp/src/apache/main/GlobalSuppressions.cs
* (edit) lang/csharp/src/apache/main/CodeGen/CodeGenException.cs
* (edit) lang/csharp/Avro.sln
* (edit) lang/csharp/src/apache/main/Schema/Schema.cs
* (add) lang/csharp/Avro.ruleset
* (edit) lang/csharp/src/apache/main/Avro.main.csproj
* (edit) lang/csharp/src/apache/main/Specific/SpecificException.cs
* (add) lang/csharp/stylecop.json
* (edit) lang/csharp/src/apache/main/Schema/SchemaParseException.cs
* (edit) lang/csharp/src/apache/main/File/DataFileReader.cs
> C#: Enforce Consistent Style
> ----------------------------
>
> Key: AVRO-2454
> URL: https://issues.apache.org/jira/browse/AVRO-2454
> Project: Apache Avro
> Issue Type: Improvement
> Components: csharp
> Reporter: Brian Lachniet
> Assignee: Brian Lachniet
> Priority: Minor
>
> There has been an effort to normalize style and formatting in some of the
> other language implementations in the Avro project recently (AVRO-2353 for
> Java and AVRO-2410 for Python). The C# project could certainly benefit from
> normalized style as well.
> We could do this by introducing .NET Analyzers implemented in
> [FxCopAnalyzers|https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers/]
> and [StyleCop.Analyzers|https://www.nuget.org/packages/StyleCop.Analyzers/].
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)