Pinned Repositories
awesome-talks
ConcurrencyAnalyzers
A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process
DesignPatternsBook
Паттерны проектирования на платформе .NET
EduAsync
ErrorProne.NET
Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
ExceptionAnalyzer
Roslyn-based analyzer for exception handling best practices
ObjectLayoutInspector
A tool that helps to see an internal structure of the CLR types at runtime
ReSharperContractExtensions
Set of extensions for R# that simplifies Design by Contract programming using Code Contracts.
RuntimeContracts
Library-based implementation of Code Contracts-like API
StructRecordsGenerator
A set of generators helping dealing with structs in C#
SergeyTeplyakov's Repositories
SergeyTeplyakov/ErrorProne.NET
Set of roslyn-based analyzers for catching common C# errors (inspired by Google's error-prone)
SergeyTeplyakov/ObjectLayoutInspector
A tool that helps to see an internal structure of the CLR types at runtime
SergeyTeplyakov/ReSharperContractExtensions
Set of extensions for R# that simplifies Design by Contract programming using Code Contracts.
SergeyTeplyakov/EduAsync
SergeyTeplyakov/ConcurrencyAnalyzers
A set of post-mortem analyzers for discovering threading/tasks issue in a dump or a process
SergeyTeplyakov/ExceptionAnalyzer
Roslyn-based analyzer for exception handling best practices
SergeyTeplyakov/StructRecordsGenerator
A set of generators helping dealing with structs in C#
SergeyTeplyakov/DesignPatternsBook
Паттерны проектирования на платформе .NET
SergeyTeplyakov/RuntimeContracts
Library-based implementation of Code Contracts-like API
SergeyTeplyakov/AsyncPatterns
A library that provides a set of helper methods and extensions for implementing various asynchronous programming patterns in C#
SergeyTeplyakov/NewCSharpFeatures
SergeyTeplyakov/Blog
Dissecting the Code: Exploring the hidden sides of C# and .NET
SergeyTeplyakov/BuildXL
Microsoft Build Accelerator
SergeyTeplyakov/PerfTalksSrc
SergeyTeplyakov/SolutionDiagnosticRunner
Simple tool that allows to run set of Roslyn-analyzers for specific solution
SergeyTeplyakov/AzureFolderSync
SergeyTeplyakov/Ben.Demystifier
High performance understanding for stack traces (Make error logs more productive)
SergeyTeplyakov/blog.github.io
Dissecting The Code: exploring the hidden sides of .NET
SergeyTeplyakov/BuildXL.CodeAnalyzers
Roslyn-based analyzers to enforce coding conventions for BuildXL codebase
SergeyTeplyakov/CodeContracts
Source code for the CodeContracts tools for .NET
SergeyTeplyakov/coreclr
This repo contains the .NET Core runtime, called CoreCLR, and the base library, called System.Private.Corelib (or mscorlib). It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes. We welcome contributions.
SergeyTeplyakov/NetSharp
Коммуникационная библиотека.
SergeyTeplyakov/primer
Primer is a Jekyll theme for GitHub Pages
SergeyTeplyakov/ProjFS-Managed-API
A managed-code API for the Windows Projected File System
SergeyTeplyakov/roslyn-analyzers
SergeyTeplyakov/SSH.NET
SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
SergeyTeplyakov/StyleCopAnalyzers
An implementation of StyleCop rules using the .NET Compiler Platform
SergeyTeplyakov/TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
SergeyTeplyakov/WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helper functions, custom controls, and app services. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10. The toolkit is part of the .NET Foundation.
SergeyTeplyakov/Xunit4Fun
Set of analyzers, attributes and extensions that simplifies Xunit usage scenarios