· 6 years ago · Oct 17, 2019, 12:32 PM
1PS C:\Users\Tamas\Development\Wear4Weather> dotnet run
2C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj : warning NU1701: Package 'React.Web.Mvc4 5.1.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.0'. This package may not be fully compatible with your project.
3C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj : warning NU1701: Package 'React.Web.Mvc4 5.1.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework '.NETCoreApp,Version=v3.0'. This package may not be fully compatible with your project.
4Pages\ChildProfileManager.razor(50,18): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
5Data\Weather\HourlyForecast.cs(49,53): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
6Data\Weather\HourlyForecast.cs(51,51): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
7Data\Weather\HourlyForecast.cs(59,59): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
8Data\Weather\HourlyForecast.cs(61,59): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
9Data\Weather\HourlyForecast.cs(63,59): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
10Data\Weather\HourlyForecast.cs(75,53): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
11Data\Weather\HourlyForecast.cs(81,59): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
12Components\FileUpload.razor(44,23): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
13Data\Weather\WeatherForecastService.cs(22,26): warning CS0169: The field 'WeatherForecastService._token' is never used [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
14Pages\ChildProfileManager.razor(50,18): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
15Data\Weather\HourlyForecast.cs(49,53): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
16Data\Weather\HourlyForecast.cs(51,51): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
17Data\Weather\HourlyForecast.cs(59,59): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
18Data\Weather\HourlyForecast.cs(61,59): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
19Data\Weather\HourlyForecast.cs(63,59): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
20Data\Weather\HourlyForecast.cs(75,53): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
21Data\Weather\HourlyForecast.cs(81,59): warning CS8632: The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
22Components\FileUpload.razor(44,23): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
23Data\Weather\WeatherForecastService.cs(22,26): warning CS0169: The field 'WeatherForecastService._token' is never used [C:\Users\Tamas\Development\Wear4Weather\Wear4Weather.csproj]
24info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
25 User profile is available. Using 'C:\Users\Tamas\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
26info: Microsoft.Hosting.Lifetime[0]
27 Now listening on: https://localhost:5001
28info: Microsoft.Hosting.Lifetime[0]
29 Now listening on: http://localhost:5000
30info: Microsoft.Hosting.Lifetime[0]
31 Application started. Press Ctrl+C to shut down.