Skip to content

Instantly share code, notes, and snippets.

View DoubleCouponDay's full-sized avatar

DoubleCouponDay DoubleCouponDay

  • Spida Machinery
  • New Zealand
  • 17:08 (UTC +13:00)
View GitHub Profile
@DoubleCouponDay
DoubleCouponDay / AF-error-reproduction.cs
Last active April 11, 2019 00:48
error reproduction for MS senpai
using Microsoft.Azure.WebJobs;
using Microsoft.Azure.WebJobs.Host;
using System.ComponentModel.DataAnnotations;
namespace FunctionApp1
{
public static class Function1
{
[FunctionName("Function1")]
public static void Run([TimerTrigger("0 */1 * * * *")]TimerInfo myTimer, TraceWriter log)