jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
510 stars 51 forks source link

Field Names Normalization #279

Closed jamescourtney closed 2 years ago

jamescourtney commented 2 years ago

Normalize snake_case and lowerPascalCase to UpperPascalCase when switch is on.

codecov[bot] commented 2 years ago

Codecov Report

Merging #279 (35d4d25) into main (51abb25) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #279      +/-   ##
==========================================
+ Coverage   95.57%   95.58%   +0.01%     
==========================================
  Files         113      113              
  Lines        7498     7526      +28     
  Branches      695      700       +5     
==========================================
+ Hits         7166     7194      +28     
  Misses        230      230              
  Partials      102      102              
Impacted Files Coverage Δ
src/FlatSharp.Compiler/CompilerOptions.cs 100.00% <ø> (ø)
src/FlatSharp.Compiler/FlatSharpCompiler.cs 91.32% <100.00%> (+1.18%) :arrow_up:
src/FlatSharp.Compiler/Schema/FlatBufferObject.cs 100.00% <100.00%> (ø)
...mpiler/SchemaModel/BaseReferenceTypeSchemaModel.cs 100.00% <100.00%> (ø)
...atSharp.Compiler/SchemaModel/PropertyFieldModel.cs 92.27% <100.00%> (ø)
...arp.Compiler/SchemaModel/ValueStructSchemaModel.cs 95.80% <100.00%> (-0.03%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 51abb25...35d4d25. Read the comment docs.