Skip to content
View jacobmohl's full-sized avatar
💭
playing with Coding agents 🤖
💭
playing with Coding agents 🤖

Organizations

@Semler-Mobility

Block or report jacobmohl

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Example of project-to-project refere... Example of project-to-project references compiled as one DLL/NuGet package in .Net Core.
    1
    <Project Sdk="Microsoft.NET.Sdk">
    2
      <PropertyGroup>
    3
        <TargetFramework>netcoreapp3.1</TargetFramework>
    4
        <AzureFunctionsVersion>v3</AzureFunctionsVersion>
    5
      </PropertyGroup>
  2. Application Insights and loglevels Application Insights and loglevels
    1
    {
    2
      "Logging": {
    3
        "LogLevel": {
    4
          "Default": "Information"
    5
        },
  3. beach-weather-station beach-weather-station Public

    Beach Weather Station is an end-to-end IoT solution for monitoring and analyzing ocean water temperature at the beach.

    C#