From 9534e708289f47922be2a6c9dc8d9f70e1f8087f Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Jan 2025 16:17:03 -0800 Subject: [PATCH 1/3] Added new line to weather forecast model --- src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs b/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs index 786b4a10..efe721f3 100644 --- a/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs +++ b/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs @@ -10,3 +10,4 @@ public record WeatherForecast public string? Summary { get; init; } } + From ced6fb5cbed58c14df603fba44bba1e45c4e9faa Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Jan 2025 16:27:00 -0800 Subject: [PATCH 2/3] break the build --- src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs b/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs index efe721f3..349e7ef8 100644 --- a/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs +++ b/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs @@ -11,3 +11,4 @@ public record WeatherForecast public string? Summary { get; init; } } +} \ No newline at end of file From e71fd341f0439eeaebc0957182ccc29885174529 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 21 Jan 2025 16:41:17 -0800 Subject: [PATCH 3/3] fixed the build --- src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs b/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs index 349e7ef8..88d9fbb3 100644 --- a/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs +++ b/src/GitHubActionsDotNet.Api/Models/WeatherForecast.cs @@ -9,6 +9,4 @@ public record WeatherForecast public int TemperatureF => 32 + (int)(TemperatureC / 0.5556); public string? Summary { get; init; } -} - } \ No newline at end of file