Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up-
Microsoft
- Longmont, CO
- Sign in to view email
- http://blog.nerdbank.net
Popular repositories
-
pinvoke
A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
-
Nerdbank.GitVersioning
Stamp your assemblies and NuGet packages with a version from a single, simple version.txt file and include git commit IDs for non-official builds.
-
CodeGeneration.Roslyn
Assists in performing Roslyn-based code generation during a build.
-
IronPigeon
IronPigeon is a decentralized communication protocol that provides high confidentiality and authenticity for the messages.
-
PCLCrypto
Platform crypto for portable libraries
-
ImmutableObjectGraph
Code generation for immutable types
2,970 contributions in the last year
Activity overview
Contribution activity
May 2019
Created a pull request in AArnott/Nerdbank.GitVersioning that received 7 comments
- Remove PATCH from version.json
- Remove build.proj in favor of regular dotnet commands
- Add nuget.config file
- Replace AppVeyor badge with Azure Pipelines
- Build to bin\<config>\Packages instead of build\
- Index sources into PDBs
- Fix PackageOutputPath in local builds
- Build *_validate branches on CI
- Fix `dotnet build` of a clean repo
- Replace checked in .nuspec file with generated one
- Add missing IsTestProject and IsPackable properties
- Ignore msbuild.binlog
- Only trigger CI on master branch
- Prefer modern UseDotNet task over obsolete DotNetCoreInstaller
- Capture packages as build artifacts
- Move common build steps into template
- Merge v1.5 to v2.0
- Add support for TEventArgs without type constraints
- Update DotNetCoreInstaller task version
- Pin the .NET Core SDK used to build
- Add Benchmarks project
- Add Benchmark project
- JsonMessageFormatter GC pressure fixes
- Allow non-array lists of arguments
- Add test that passes in a List<object> for arguments instead of object[]
- Add global.json
- Fix race condition in StartListening
- Build .NET Framework on linux
- Merge v2.0 into master
Created an issue in NuGet/Home that received 9 comments
Packages in dotnet\sdk\NuGetFallbackFolder have invalid signature
A relapse of #7414 has occurred: Warning NU3005 Package 'System.Memory 4.5.1' from source 'C:\Program Files\dotnet\sdk\NuGetFallbackFolder': The p…
- Support EventHandler<T> where T does not derive from EventArgs
- Overload resolution results in repeated argument deserialization
- Fire ETW events around each RPC incoming/outgoing request
- JsonMessageFormatter.WriteJToken bleeds memory pressure
- StartListening race condition may cause InvokeAsync to throw