Skip to content

Conversation

@rpetrusha
Copy link

Update Live with current Master

BillWagner and others added 7 commits December 27, 2018 10:09
* Add the samples for the How To and Object Initializer samples

* samples for updates to C# 6 what's new and exploration

* specify LangVersion 6 for these samples

These are for new features in C# 6, so make sure nothing newer is used.

* update initializer sample

* change tag name
* Format the code

In [corefx/coding-style.md at master · dotnet/corefx](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ) NO.1, we use Allman style braces, where each brace begins on a new line. A single line statement block can go without braces but the block must be properly indented on its own line and must not be nested in other statement blocks that use braces.

* Change the fields.

In [corefx/coding-style.md at master · dotnet/corefx](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ) NO.3, we use _camelCase for internal and private fields

* Use keyword

In [corefx/coding-style.md at master · dotnet/corefx](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ) NO.11, we use language keywords instead of BCL types.

* Fix format

In [coding-style.md](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ) NO.1, we use Allman style braces, where each brace begins on a new line.

In NO.3, we use `_camelCase` for internal and private fields.
In [coding-style.md](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ) NO.1, we use Allman style braces, where each brace begins on a new line.
* Format code

In [coding-style.md](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/coding-style.md ) NO.1, we use Allman style braces, where each brace begins on a new line.

* Fix method name

* Remove unnecessary brackets
* Dispose IDisposable objects

* Format codes

* Use string interpolation

* Update source.cs

* Use string interpolation and remove redundancy

* More

* Update source.cs

* Update process_getprocessesbyname2_2.cs

* Update process_sample.cs

* Update processexitedevent.cs

* Update source.cs

* Update process_getprocessesbyname2_2.cs

* Update process_sample.cs

* Update processexitedevent.cs
@rpetrusha rpetrusha requested a review from BillWagner as a code owner January 4, 2019 01:06
@rpetrusha rpetrusha merged commit b58f1c2 into live Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants