test failure fixes
This commit is contained in:
parent
19bf518de1
commit
487ccf71e6
|
|
@ -7,7 +7,7 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Include="Controllers/ValuesController.fs" />
|
||||
<Compile Include="Controllers/WeatherController.fs" />
|
||||
<Compile Include="Startup.fs" />
|
||||
<Compile Include="Program.fs" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ namespace Company.WebApplication1.Controllers
|
|||
public class WeatherResult
|
||||
{
|
||||
public int Temperature { get; set; }
|
||||
public TemperatureUnit Temperature { get; set; }
|
||||
public TemperatureUnit TemperatureUnit { get; set; }
|
||||
public string Location { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -404,7 +404,7 @@
|
|||
"appsettings.json",
|
||||
"Program.cs",
|
||||
"Startup.cs",
|
||||
"Controllers/ValuesController.cs",
|
||||
"Controllers/WeatherController.cs",
|
||||
"Properties/launchSettings.json"
|
||||
],
|
||||
"AuthOption": "IndividualB2C"
|
||||
|
|
@ -417,7 +417,7 @@
|
|||
"appsettings.json",
|
||||
"Program.cs",
|
||||
"Startup.cs",
|
||||
"Controllers/ValuesController.cs",
|
||||
"Controllers/WeatherController.cs",
|
||||
"Properties/launchSettings.json"
|
||||
],
|
||||
"AuthOption": "SingleOrg"
|
||||
|
|
@ -430,7 +430,7 @@
|
|||
"appsettings.json",
|
||||
"Program.cs",
|
||||
"Startup.cs",
|
||||
"Controllers/ValuesController.cs",
|
||||
"Controllers/WeatherController.cs",
|
||||
"Properties/launchSettings.json"
|
||||
],
|
||||
"AuthOption": "None"
|
||||
|
|
@ -443,7 +443,7 @@
|
|||
"appsettings.json",
|
||||
"Program.cs",
|
||||
"Startup.cs",
|
||||
"Controllers/ValuesController.cs",
|
||||
"Controllers/WeatherController.cs",
|
||||
"Properties/launchSettings.json"
|
||||
],
|
||||
"AuthOption": "Windows"
|
||||
|
|
@ -456,7 +456,7 @@
|
|||
"appsettings.json",
|
||||
"Program.fs",
|
||||
"Startup.fs",
|
||||
"Controllers/ValuesController.fs",
|
||||
"Controllers/WeatherController.fs",
|
||||
"Properties/launchSettings.json"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue