Azure / autorest.azure-functions

Code Generation for Azure Functions
MIT License
46 stars 6 forks source link

C# Function App generator - error cs8370 feature 'nullable reference types' is not available in c# 7.3 #8

Open rajurh opened 3 years ago

rajurh commented 3 years ago

I am trying to generate Function app from swagger definition. Function App gets generated but with version v2 and gives "nullable reference types". Due to which I have to manually go and add in project file C# 8.0 nullable option else compile time issue.

Same if I try using Visual studio project Azure function creates with v3.