Skip to content
View austins's full-sized avatar
👨‍💻
👨‍💻

Highlights

  • Pro
Block or Report

Block or report austins

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

  1. DiscordTranslationBot DiscordTranslationBot Public

    A Discord bot that allows translations of messages in a Discord server (guild) using country flags and /translate command.

    C# 9 1

  2. SmoothNanners.Web SmoothNanners.Web Public

    The SmoothNanners website.

    C#

  3. Validate .NET Options with FluentVal... Validate .NET Options with FluentValidation
    1
    using FluentValidation;
    2
    using Microsoft.Extensions.Options;
    3
    
                  
    4
    internal static class OptionsValidationExtensions
    5
    {
  4. Run Vite build whenever there is a f... Run Vite build whenever there is a file change when using dotnet watch.
    1
    #if DEBUG
    2
    using System.Diagnostics;
    3
    using System.Reflection.Metadata;
    4
    using ExampleApp;
    5
    
                  
  5. ASP.NET Core Vite Manifest to Razor ... ASP.NET Core Vite Manifest to Razor TagHelper
    1
    using System.Text.Json;
    2
    using System.Text.Json.Serialization;
    3
    using Microsoft.AspNetCore.Mvc.Rendering;
    4
    using Microsoft.AspNetCore.Mvc.ViewFeatures;
    5
    using Microsoft.AspNetCore.Razor.TagHelpers;