Skip to content
View jacobmohl's full-sized avatar

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.

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 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
        },