Skip to content
View DinoSourcesRex's full-sized avatar
Block or Report

Block or report DinoSourcesRex

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

Pinned Loading

  1. AutomapperExample AutomapperExample Public

    An example of a .net core console application using Automapper, as well as how to create tests for automapper profiles.

    C#

  2. bagofholdin bagofholdin Public

    A collection of DnD apps

    TypeScript

  3. Katas Katas Public

    Consolidating all of the code katas / tests I do so that they're easier to find.

    C#

  4. Incrementing a Build Pipeline Variab... Incrementing a Build Pipeline Variable on AzureDevops.
    1
    # In the Phase definition make sure to check "Allow scripts to access the OAuth token" otherwise this will fail.
    2
    $VariableName = "ProjectBuildNumber"
    3
    
    
    4
    $defId = $env:SYSTEM_DEFINITIONID
    5
    # Uses built in environment variables to create the token and api call for us