SIGN IN SIGN UP
cefsharp / CefSharp UNCLAIMED

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

0 0 130 C#

Fix code analysis C4018 warnings (#3223)

* Replace `auto`s with `size_t`s to reduce:

```
Severity	Code	Description	Project	File	Line	Suppression State
Warning	C4018	'<': signed/unsigned mismatch	CefSharp.BrowserSubprocess.Core	c:\repos\cefsharp\cefsharp.browsersubprocess.core\serialization\jsobjectsserialization.cpp	71
```

* Fix templates
G
Gilberto Stankiewicz committed
b0b510310028c63fa76dc60a82f771e4741376c1
Parent: f55707d
Committed by GitHub <noreply@github.com> on 8/26/2020, 9:13:13 AM