jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

More global namespaces #278

Closed jamescourtney closed 2 years ago

jamescourtney commented 2 years ago

Use global namespaces for IFlatBufferDeserializedObject

fixes #277

codecov[bot] commented 2 years ago

Codecov Report

Merging #278 (e9e52a4) into main (51abb25) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #278   +/-   ##
=======================================
  Coverage   95.57%   95.57%           
=======================================
  Files         113      113           
  Lines        7498     7498           
  Branches      695      695           
=======================================
  Hits         7166     7166           
  Misses        230      230           
  Partials      102      102           
Impacted Files Coverage Δ
...tSharp/Serialization/DeserializeClassDefinition.cs 100.00% <100.00%> (ø)

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...e9e52a4. Read the comment docs.