Skip to content
View DinoSourcesRex's full-sized avatar

Block or report DinoSourcesRex

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