KirillOsenkov
Working on developer tools at Microsoft. .NET, C#, Roslyn, Visual Studio, Editor, WPF, MSBuild, MEF.
@MicrosoftRedmond, WA
Pinned Repositories
CodeCleanupTools
A set of command-line tools to cleanup C# and VB source code.
ContentSync
Directory copy/sync/mirror tool that uses file contents (not timestamps) to avoid touching identical files
MetadataTools
Various tools and helpers to read assembly metadata.
MSBuildStructuredLog
A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
QuickInfo
http://quickinfo.io - a search textbox with extensible "answers" (calculator, unit-converter, colors, ascii/unicode, etc). See demo at http://quickinfo.io/?demo
RoslynQuoter
Roslyn tool that for a given C# program shows syntax tree API calls to construct its syntax tree
SourceBrowser
Source browser website generator that powers http://referencesource.microsoft.com and http://sourceroslyn.io
StructuredEditor
An experimental structured code editor prototype for a subset of C#
Undo
Simple .NET Undo/Redo framework with merging and transactions
XmlParser
A Roslyn-inspired full-fidelity XML parser with no dependencies and a simple Visual Studio XML language service
KirillOsenkov's Repositories
KirillOsenkov/Undo
Simple .NET Undo/Redo framework with merging and transactions
KirillOsenkov/MathParser
Parser for arithmetic expressions
KirillOsenkov/WpfSendKeys
SendKeys for WPF
KirillOsenkov/MEFTools
Tools to help working with MEF
KirillOsenkov/dotnet-releaser
Easily cross-compile, package and publish your .NET application to NuGet and GitHub.
KirillOsenkov/MarkdownMonster
An extensible Markdown Editor, Viewer and Weblog Publisher for Windows
KirillOsenkov/PTVS
Python Tools for Visual Studio
KirillOsenkov/symreader-converter
Converts between Windows PDB and Portable PDB formats.
KirillOsenkov/vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
KirillOsenkov/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
KirillOsenkov/awesome-split-keyboards
A collection of ergonomic split keyboards ⌨
KirillOsenkov/Ben.Demystifier
High performance understanding for stack traces (Make error logs more productive)
KirillOsenkov/Cake.Issues.MsBuild
Addin for providing issues reported as warnings from MSBuild to Cake.Issues Addin
KirillOsenkov/dnSpy
.NET debugger and assembly editor
KirillOsenkov/dotnet-api-docs
.NET API reference documentation (.NET Framework, .NET Core, .NET Standard and Xamarin)
KirillOsenkov/experiments
Performance Benchmarks, Samples, and other Experiments
KirillOsenkov/github-release-stats
Get the latest release stats of your project on Github
KirillOsenkov/guiunit
A unit test runner which interoperates with any Gui main loop
KirillOsenkov/GuiUnitNg
More up-to-date version of https://github.com/mono/guiunit
KirillOsenkov/MiniEditor
Composable subset of the VS-Editor platform that's UI-agnostic to allow cross-platform unit-testing scenarios
KirillOsenkov/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
KirillOsenkov/MSBuildLogSummary
KirillOsenkov/PokeTheBeachball
KirillOsenkov/razor-compiler
This repo houses the Razor Compiler, which is part of the .NET SDK
KirillOsenkov/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
KirillOsenkov/Samples
NuGet team sample repo
KirillOsenkov/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
KirillOsenkov/til
Today I Learned
KirillOsenkov/VS-PPT
Productivity Power Tools - a set of Visual Studio extensions improving developer productivity.
KirillOsenkov/XmlSyntaxVisualizer
A webapp for viewing and debugging https://github.com/KirillOsenkov/XmlParser output