Граф коммитов

7 Коммитов

Автор SHA1 Сообщение Дата
Jon Thysell fe7d786b74
Fix typos and add `cspell` configuration (#11536)
## Description

This PR adds configuration files for `cspell`, which is available as a recommended VS Code plugin for this repo. This PR also fixes most "non-breaking" typos (comments, error messages, local names) for code files within the repo.

This PR **does not** add any kind of spell-checking enforcement on the repo.

### Type of Change
N/A

### Why

Clear up misunderstandings in comments / error messages.

### What
What changes were made to the codebase to solve the bug, add the functionality, etc. that you specified above.

## Screenshots
N/A

## Testing
N/A
2023-05-05 13:12:29 -07:00
Vladimir Morozov 27efa8adbb
Avoid template type shadowing for CntPtr (#10921)
* Avoid shadowing template types in CntPtr

* Change files

Co-authored-by: Vladimir Morozov <vmoroz@users.noreply.github.com>
2022-11-23 18:48:19 +00:00
Jon Thysell 3f85b243ff
CG: Update async to resolve CVE-2021-43138 (#9837)
* CG: Update async to resolve CVE-2021-43138

This PR updates our dependency on async.

* Change files

* yarn format

* Change files

* lint fix
2022-04-19 16:12:17 +00:00
Agne Lukoseviciute 271e71581a
Restoring warnings for SDL compliance (#7627)
* restore C4700

* restore C4996

* restore C4611

* C4244 local fix & restore

* Change files

* yarn format
2021-04-22 14:42:24 -05:00
Vladimir Morozov fed79b55bd
Update clang-format version to 1.5.0 (#6870)
* Update clang-format version to 1.5.0

* Change files

* Remove clang-format from the global package.json
2021-01-14 14:02:27 -08:00
Vladimir Morozov a4e1bf334e
Implemented ReactHost for Microsoft.ReactNative (#4022)
* Implemented ReactHost for Microsoft.ReactNative

* Change files
2020-02-04 11:56:02 -08:00
Vladimir Morozov 84b5418eed Added Mso library required for ReactHost (#3905)
* Added Mso library required for ReactHost

* Change files

* Changed pch.h yo use angle brackets.

* Renamed README files

* Reduce size of generated code by trimming the pch.h file.

* Reduced size of PCH files by CppWinRTRootNamespaceAutoMerge flag
2020-01-22 03:11:09 +00:00