jamescourtney / FlatSharp

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

Updated Samples to demonstrate the new IncludePath feature #271

Closed ghost closed 2 years ago

ghost commented 2 years ago

I have updated the sample projects to the next pending release, 6.1.0, and updated the Example07-Includes sample to demonstrate the new IncludePath feature based on #266.

Also note that Example10-SharedStrings\SharedStringsExample.cs is not currently compiling due to other changes.

codecov[bot] commented 2 years ago

Codecov Report

Merging #271 (d158e02) into main (327e990) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #271   +/-   ##
=======================================
  Coverage   95.57%   95.57%           
=======================================
  Files         112      112           
  Lines        7498     7498           
  Branches      695      695           
=======================================
  Hits         7166     7166           
  Misses        230      230           
  Partials      102      102           

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 327e990...d158e02. Read the comment docs.

jamescourtney commented 2 years ago

This is perfect! Thanks! I have no suggestions, but I will wait to merge it until after I publish 6.1.0, which should be later this week.