-
Microsoft
- http://mustoverride.com
Block or Report
Block or report VSadov
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
runtime Public
Forked from dotnet/runtime
.NET is a cross-platform runtime and libraries, for cloud, IoT and desktop apps. It includes a garbage collector, JIT compiler, primitive data types and class libraries.
C#
-
roslyn Public
Forked from dotnet/roslyn
The .NET Compiler Platform ("Roslyn") provides open-source C# and Visual Basic compilers with rich code analysis APIs.
C#
-
ChakraCore Public
Forked from chakra-core/ChakraCore
ChakraCore is the core part of the Chakra Javascript engine that powers Microsoft Edge
JavaScript
334 contributions in the last year
Activity overview
Contribution activity
March 2022
Created 10 commits in 4 repositories
Created 1 repository
- VSadov/maui C#
Created a pull request in dotnet/runtime that received 21 comments
Do not include redist files in runtime packs
The goal is to not include with apps unnecessary files like api sets.
Once api set dlls like api-ms-win-core-whatever-l1-1-0.dll are not in the run…
Opened 5 other pull requests in 3 repositories
dotnet/maui
3
merged
VSadov/NonBlocking
1
merged
dotnet/runtime
1
merged
Reviewed 2 pull requests in 1 repository
dotnet/runtime
2 pull requests
Created an issue in dotnet/runtime that received 1 comment
Remove redist entries from PlatformManifestFileEntry
This is a follow up clean up after #66805 It came up in the discussions as a good thing to do, but there is some risk, so it sems better if it is a…