SupinePandora43 / UltralightNet

.NET bindings for Ultralight next-gen HTML renderer
https://github.com/SupinePandora43/UltralightNet
MIT License
62 stars 10 forks source link

Dotnet style #32

Closed SupinePandora43 closed 3 years ago

SupinePandora43 commented 3 years ago

Use setters add checks for missing stuff etc.

ULPlatform:

View:

codecov-commenter commented 3 years ago

Codecov Report

Merging #32 (7505622) into master (024d906) will increase coverage by 18.83%. The diff coverage is 38.41%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #32       +/-   ##
===========================================
+ Coverage   17.95%   36.78%   +18.83%     
===========================================
  Files          30       30               
  Lines         908     1408      +500     
  Branches       59      106       +47     
===========================================
+ Hits          163      518      +355     
- Misses        745      890      +145     
Impacted Files Coverage Δ
UltralightNet.AppCore/ULApp.cs 13.51% <0.00%> (ø)
UltralightNet/Structs/ULClipboard.cs 0.00% <0.00%> (ø)
UltralightNet/Structs/ULGPUDriver.cs 0.00% <0.00%> (ø)
UltralightNet/ULIntRect.cs 0.00% <0.00%> (ø)
UltralightNet/View.cs 29.64% <23.07%> (+20.75%) :arrow_up:
UltralightNet/Renderer.cs 69.69% <58.33%> (+65.34%) :arrow_up:
UltralightNet/ULPlatform.cs 61.76% <61.90%> (+58.43%) :arrow_up:
UltralightNet/Structs/ULLogger.cs 72.72% <70.00%> (+72.72%) :arrow_up:
UltralightNet/Structs/ULFileSystem.cs 95.38% <93.33%> (+95.38%) :arrow_up:
UltralightNet/Session.cs 55.55% <100.00%> (+50.29%) :arrow_up:
... and 15 more

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 024d906...7505622. Read the comment docs.