Skip to content
Discussion options

You must be logged in to vote

So, I've just added a BlazorApp sample to the repo. It's some early ideas that might work, or might collapse under a larger project, I just don't have enough Blazor experience to know.

I basically took the default Rider sample-app (which I think you have in your example too) and then did the following:

Broke the WeatherForecast data structure out into a Data folder:

  • Made it a record
  • Removed the TemperatureC and TemperatureF and replaced it with the LanguageExt 'Units of Measure' Temperature.
/// <summary>
/// Weather forecast data
/// </summary>
/// <param name="Date">Date</param>
/// <param name="Temperature">Temperature for the day</param>
/// <param name="Summary">Summary text</param>

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@ThereIsNoPie
Comment options

@aloslider
Comment options

@ThereIsNoPie
Comment options

Comment options

You must be logged in to vote
2 replies
@ThereIsNoPie
Comment options

@louthy
Comment options

Comment options

You must be logged in to vote
2 replies
@ThereIsNoPie
Comment options

@louthy
Comment options

Answer selected by ThereIsNoPie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants