MCPcopy Create free account
hub / github.com/TryCatchLearn/Overflow / WeatherForecast

Class WeatherForecast

QuestionService/WeatherForecast.cs:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1namespace QuestionService;
2
3public class WeatherForecast
4{
5 public DateOnly Date { get; set; }
6
7 public int TemperatureC { get; set; }
8
9 public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
10
11 public string? Summary { get; set; }
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…