{"id":27206716,"url":"https://github.com/sample-by-jsakamoto/blazorhostedv3preview6onazurewebapp","last_synced_at":"2026-04-30T13:34:40.225Z","repository":{"id":66230955,"uuid":"196728055","full_name":"sample-by-jsakamoto/BlazorHostedV3Preview6OnAzureWebApp","owner":"sample-by-jsakamoto","description":"How to configure Client-side Blazor v.3.0.0 Preview 6 that is hosted on an ASP.NET Core server to deploy it to Azure Web App.","archived":false,"fork":false,"pushed_at":"2019-07-13T14:42:02.000Z","size":215,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-30T10:34:04.904Z","etag":null,"topics":["azure-webapp","blazor","netcore3"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sample-by-jsakamoto.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":"2019-07-13T14:01:32.000Z","updated_at":"2019-07-14T07:48:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"5596edff-f4a2-4867-b2e4-4d6a6a5fc743","html_url":"https://github.com/sample-by-jsakamoto/BlazorHostedV3Preview6OnAzureWebApp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sample-by-jsakamoto/BlazorHostedV3Preview6OnAzureWebApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sample-by-jsakamoto%2FBlazorHostedV3Preview6OnAzureWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sample-by-jsakamoto%2FBlazorHostedV3Preview6OnAzureWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sample-by-jsakamoto%2FBlazorHostedV3Preview6OnAzureWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sample-by-jsakamoto%2FBlazorHostedV3Preview6OnAzureWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sample-by-jsakamoto","download_url":"https://codeload.github.com/sample-by-jsakamoto/BlazorHostedV3Preview6OnAzureWebApp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sample-by-jsakamoto%2FBlazorHostedV3Preview6OnAzureWebApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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":["azure-webapp","blazor","netcore3"],"created_at":"2025-04-09T23:55:28.640Z","updated_at":"2026-04-30T13:34:40.220Z","avatar_url":"https://github.com/sample-by-jsakamoto.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# How to configure Client-side Blazor v.3.0.0 Preview 6 that is hosted on an ASP.NET Core server to deploy it to Azure? (at 13 Jul, 2019)\n\n## Summary\n\nThis sample code describe about how to configure Client-side Blazor v.3.0.0 Preview 6 that is hosted on an ASP.NET Core server to deploy it to Azure Web App.\n\nThis sample code treat the scenario that publish from Visual Studio 2019 v.16.2 Preview 3 by \"Web Deploy\" manually.\n\n## Issues at this time (13 Jul, 2019)\n\n- Azure Web App doesn't include .NET Core 3.0 Preview 6 runtime.\n- The publishing process to the Azure Web App from Visual Studio will fail with the error below: \n\n\u003e \"Assets file '...Client\\obj\\project.assets.json' doesn't have a target for '.NETStandard,Version=v2.0'. Ensure that restore has run and that you have included 'netstandard2.0' in the TargetFrameworks for your project.\"\n- The web root content of the Blazor Client project is not copied directly under the \"wwwroot\" folder.\n\nI think these issues will be fixed in the future.\n\n## How to avoid those issues?\n\n- Configure the publish profile to \"Self-contain\" deployment mode.\n- Edit all .csproj files to change `\u003cTargetFramework\u003e...\u003c/TargetFramework\u003e` node name to `\u003cTargetFrameworks\u003e...\u003c/TargetFrameworks\u003e`. (see also: [https://stackoverflow.com/a/42855070](https://stackoverflow.com/a/42855070) ) (commit: [8513775](https://github.com/sample-by-jsakamoto/BlazorHostedV3Preview6OnAzureWebApp/commit/851377501e53dac91b6f7379cc043144180315d8))\n- Fix the web root folder path string at runtime in `Startup` class. (commit: [5c3dcb9](https://github.com/sample-by-jsakamoto/BlazorHostedV3Preview6OnAzureWebApp/commit/5c3dcb9219fa75c05d6911ba6d7e40ff9ed8d949))\n\n## License\n\n[The Unlicense](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsample-by-jsakamoto%2Fblazorhostedv3preview6onazurewebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsample-by-jsakamoto%2Fblazorhostedv3preview6onazurewebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsample-by-jsakamoto%2Fblazorhostedv3preview6onazurewebapp/lists"}