{"id":18677469,"url":"https://github.com/persteenolsen/blazor-display-list","last_synced_at":"2026-05-15T21:35:16.209Z","repository":{"id":226766810,"uuid":"769593375","full_name":"persteenolsen/blazor-display-list","owner":"persteenolsen","description":"A Blazor App using  WebAssembly and .NET 6 - Displays a List","archived":false,"fork":false,"pushed_at":"2024-03-20T17:49:49.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-26T09:14:20.659Z","etag":null,"topics":["blazor","dotnet","spa","webassembly"],"latest_commit_sha":null,"homepage":"https://blazor.display.list.persteenolsen.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/persteenolsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-09T14:15:56.000Z","updated_at":"2024-03-09T14:18:25.000Z","dependencies_parsed_at":"2024-11-07T09:36:34.412Z","dependency_job_id":"623a8746-51fa-4ad2-a9f2-27f14092274a","html_url":"https://github.com/persteenolsen/blazor-display-list","commit_stats":null,"previous_names":["persteenolsen/blazor-display-list"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/persteenolsen/blazor-display-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-display-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-display-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-display-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-display-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/persteenolsen","download_url":"https://codeload.github.com/persteenolsen/blazor-display-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persteenolsen%2Fblazor-display-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33080777,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","dotnet","spa","webassembly"],"created_at":"2024-11-07T09:34:07.308Z","updated_at":"2026-05-15T21:35:16.174Z","avatar_url":"https://github.com/persteenolsen.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blazorapp-webassembly-display-list\n\nBlazor App\n\n.NET 6\n\nASP.NET Core Blazor WebAssembly - Display a list of items / Users\n\n# Creates a global json\n\ndotnet new globaljson --sdk-version 6.0.320 --force\n\n# Functionality of the Web App\n\n- Display a Lit of Items as a SPA Demo\n\n# Tech used for creating the Web App\n\n- A Blazor Webassembly Web Client as a SPA \n- A traditional Webhotel for hosting\n- VS Code\n\n# Development\n\ndotnet run\n\n# Production\n\nCreate a self contained build for production at the remote server / traditionel web hotel\n\ndotnet publish webapi.csproj --configuration Release --runtime win-x86 --self-contained\n\nUpload the build to remote server\n\nAt my remote servers the web.config needs to be without the folowing:\n\nhostingModel=\"inprocess\"\n\n# Some issues to handle\n\n_imports.razor seems not to take of the loading of the Razor files\n\nTo solve that issue I have been loading the folders / files needed like in \"app.razor\":\n\n@using BlazorApp.Shared\n@using Microsoft.AspNetCore.Components.Routing\n\n# Usefull checklist for BlazorApp.csproj\n\n- Sdk=Microsoft.NET.Sdk.BlazorWebAssembly\n- RootNameSpace BlazorApp RootNameSpace \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fblazor-display-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpersteenolsen%2Fblazor-display-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersteenolsen%2Fblazor-display-list/lists"}