hlaueriksson
-
- 43,992 total downloads
- last updated 1/19/2023
- Latest version: 3.0.0
GitHub Emoji for C# and .NET 🐙 :octopus: ➕ :heavy_plus_sign: 🐈 :cat2: ⩵ ❤️ :heart: -
- 42,209 total downloads
- last updated 8/9/2022
- Latest version: 5.0.0
Contributions to the Headless Chrome .NET API 🌐🧪 ✔️ PuppeteerSharp.Contrib.Extensions is a library with extension methods for writing tests with the Puppeteer Sharp API. ✔️ It provides a convenient way to write readable and robust browser tests in .NET 📄... More information -
- 26,308 total downloads
- last updated 1/9/2023
- Latest version: 3.0.0
Command Query Separation for .NET Framework and .NET Standard ⚙️ ✔️ Build services that separate the responsibility of commands and queries ✔️ Focus on implementing the handlers for commands and queries ✔️ Create APIs with less boilerplate code 📄 https://hlaueriksson.me/CommandQuery/ -
- 16,285 total downloads
- last updated 8/9/2022
- Latest version: 5.0.0
Contributions to the Headless Chrome .NET API 🌐🧪 ✔️ PuppeteerSharp.Contrib.Should is a should assertion library for the Puppeteer Sharp API. ✔️ It provides a convenient way to write readable and robust browser tests in .NET 📄 https://hlaueriksson.me/PuppeteerSharp.Contrib.Should/ -
- 15,162 total downloads
- last updated 1/9/2023
- Latest version: 3.0.0
Command Query Separation for ASP.NET Core 🌐 ✔️ Provides generic actions for handling the execution of commands and queries ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AspNetCore/ -
- 12,515 total downloads
- last updated 1/9/2023
- Latest version: 3.0.0
Interfaces for CommandQuery ✔️ ICommand / ICommandHandler<in TCommand> ✔️ ICommand<TResult> / ICommandHandler<in TCommand, TResult> ✔️ IQuery<TResult> / IQueryHandler<in TQuery, TResult> 📄 https://hlaueriksson.me/CommandQuery/ -
- 10,427 total downloads
- last updated 1/9/2023
- Latest version: 3.0.0
Command Query Separation for Azure Functions ⚡ ✔️ Provides generic function support for commands and queries with HTTPTriggers ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AzureFunctions/ -
LoFuUnit by: hlaueriksson
- 7,320 total downloads
- last updated 1/1/2023
- Latest version: 2.0.0
Unit Testing with Local Functions 🐯 Use the traditional Unit Testing Frameworks to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification -
- 5,915 total downloads
- last updated 6/21/2022
- Latest version: 2.0.0
Contributions to Playwright for .NET 🎭🧪 ⚠️ This package is legacy and is no longer maintained ✔️ PlaywrightContrib.Extensions is a library with extension methods for writing tests with the Playwright API ✔️ It provides a convenient way to write readable and robust browser tests in .NET ✔️... More information -
- 5,543 total downloads
- last updated 6/21/2022
- Latest version: 2.0.0
Contributions to Playwright for .NET 🎭🧪 ⚠️ This package is legacy and is no longer maintained ✔️ PlaywrightContrib.FluentAssertions is a library for writing tests with FluentAssertions against the Playwright API ✔️ It provides a convenient way to write readable and robust browser tests in... More information -
- 4,427 total downloads
- last updated 1/19/2023
- Latest version: 3.0.0
GitHub Emoji for Blazor 🐙 :octopus: ➕ :heavy_plus_sign: 🐈 :cat2: ⩵ ❤️ :heart: -
- 4,338 total downloads
- last updated 8/9/2022
- Latest version: 5.0.0
Contributions to the Headless Chrome .NET API 🌐🧪 ✔️ PuppeteerSharp.Contrib.PageObjects is a library for writing browser tests using the page object pattern with the Puppeteer Sharp API. ✔️ It provides a convenient way to write readable and robust browser tests in .NET 📄... More information -
- 4,180 total downloads
- last updated 1/9/2023
- Latest version: 3.0.0
Command Query Separation for AWS Lambda ⚡ ✔️ Provides generic function support for commands and queries with Amazon API Gateway ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AWSLambda/ -
- 3,979 total downloads
- last updated 1/1/2023
- Latest version: 2.0.0
Auto-mocked Unit Testing with Local Functions 🐯 Use the traditional Unit Testing Frameworks to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification Use Moq to: ✔️ Mock / Fake / Stub -
- 3,672 total downloads
- last updated 1/1/2023
- Latest version: 2.0.0
Auto-mocked Unit Testing with Local Functions 🐯 Use the traditional Unit Testing Frameworks to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification Use NSubstitute to: ✔️ Mock / Fake / Stub -
- 3,579 total downloads
- last updated 1/1/2023
- Latest version: 2.0.0
Auto-mocked Unit Testing with Local Functions 🐯 Use the traditional Unit Testing Frameworks to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification Use FakeItEasy to: ✔️ Mock / Fake / Stub -
- 3,538 total downloads
- last updated 2/2/2020
- Latest version: 1.0.0
Command Query Separation for ASP.NET Web API 2 🌐 ✔️ Provides generic actions for handling the execution of commands and queries ✔️ Enables APIs based on HTTP POST and GET 📄 https://hlaueriksson.me/CommandQuery.AspNet.WebApi/ -
- 3,149 total downloads
- last updated 9/13/2020
- Latest version: 3.0.0
Contributions to the Headless Chrome .NET API 🌐🧪 ✔️ PuppeteerSharp.Contrib.Extensions.Unsafe is a library with extension methods for writing tests with the Puppeteer Sharp API. ✔️ It provides a convenient way to write readable and robust browser tests in .NET 📄... More information -
- 3,109 total downloads
- last updated 9/13/2020
- Latest version: 3.0.0
Contributions to the Headless Chrome .NET API 🌐🧪 ✔️ PuppeteerSharp.Contrib.Should.Unsafe is a should assertion library for the Puppeteer Sharp API. ✔️ It provides a convenient way to write readable and robust browser tests in .NET 📄... More information -
- 2,889 total downloads
- last updated 1/1/2023
- Latest version: 2.0.0
Unit Testing with Local Functions 🐯 Use NUnit to write TDD or BDD tests: ✔️ Arrange / Act / Assert ✔️ Given / When / Then ✔️ Context / Specification
- Previous
- Next