Skip to content
View JasonBock's full-sized avatar

Block or report JasonBock

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Rocks Rocks Public

    A mocking library based on the Compiler APIs (Roslyn + Mocks)

    C# 292 21

  2. InlineMapping InlineMapping Public

    Using the Compiler API for object mapping

    C# 66 11

  3. AutoDeconstruct AutoDeconstruct Public

    A library that automatically adds support for object deconstruction in C#.

    C# 40 3

  4. Presentations Presentations Public

    If I've done a presentation, I'll have the slide deck here (probably....no guarantees)

    25 1

  5. SpackleNet SpackleNet Public

    Spackle is a project that contains a number of helper methods I've used to supplement the core classes in .NET.

    C# 16 1

  6. EmitDebugging EmitDebugging Public archive

    This is an assembly that generates a .il source file for emitted code with the correct breakpoints built-in for debugging purposes. It has the same binary interface with the Builder classes in Syst…

    C# 12 3

528 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 5 commits in 1 repository

Created an issue in JasonBock/Rocks that received 1 comment

Allow Anonymous Types in Mocked Members

Let's say we have the following: public interface IGeneric { void Work<TState>(TState data); } This code will fail: using Rocks; [assembly: Rock(ty…

1 comment
Opened 2 other issues in 2 repositories
Loading