Pinned Repositories
AzureCli
Invokes the az cli from PowerShell.
CaseOnline.Azure.WebJobs.Extensions.Mqtt
Mqtt Bindings for Azure Functions!
custom-function-bindings
Experiments in creating Custom Azure function bindings.
DotNetExamples.Configuration
Examples on how to get configuration or settings into a .NET application.
GitWorktreeProjects
PowerShell module to manage projects using Git Worktree.
httpbin
HTTP Request & Response Service, written in Python + Flask.
Pester
Pester is the ubiquitous test and mock framework for PowerShell.
pester-docs
Source files for the Pester website.
refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
Twia.AzureFunction.SimpleInjector
Azure Function extension to allow injection of service dependencies into an Azure function V2 using Simple Injector.
dtewinkel's Repositories
dtewinkel/AzureCli
Invokes the az cli from PowerShell.
dtewinkel/DotNetExamples.Configuration
Examples on how to get configuration or settings into a .NET application.
dtewinkel/Twia.AzureFunction.SimpleInjector
Azure Function extension to allow injection of service dependencies into an Azure function V2 using Simple Injector.
dtewinkel/CaseOnline.Azure.WebJobs.Extensions.Mqtt
Mqtt Bindings for Azure Functions!
dtewinkel/custom-function-bindings
Experiments in creating Custom Azure function bindings.
dtewinkel/GitWorktreeProjects
PowerShell module to manage projects using Git Worktree.
dtewinkel/httpbin
HTTP Request & Response Service, written in Python + Flask.
dtewinkel/Pester
Pester is the ubiquitous test and mock framework for PowerShell.
dtewinkel/pester-docs
Source files for the Pester website.
dtewinkel/refit
The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
dtewinkel/Twia.AzureFunction.Extensions.Mqtt
dtewinkel/Twia.AzureFunctions.Extensions.OpenApi
This library helps to add an endpoint to an Azure Function that provides a specification of the provided HTTP trigger endpoints according to the OpenAPI Specification.
dtewinkel/RestEase
Easy-to-use typesafe REST API client library for .NET Standard 1.1 and .NET Framework 4.5 and higher, which is simple and customisable. Inspired by Refit