{"id":15693472,"url":"https://github.com/mevdschee/aspnetcorevb","last_synced_at":"2025-09-16T04:52:39.988Z","repository":{"id":151764553,"uuid":"100792136","full_name":"mevdschee/aspnetcorevb","owner":"mevdschee","description":"The example \"ASP.Net Core Web Application\" ported from C# to Visual Basic","archived":false,"fork":false,"pushed_at":"2018-08-19T18:20:22.000Z","size":770,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-08T04:12:36.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","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/mevdschee.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":"2017-08-19T12:13:11.000Z","updated_at":"2022-04-01T15:18:58.000Z","dependencies_parsed_at":"2023-07-30T20:15:22.753Z","dependency_job_id":null,"html_url":"https://github.com/mevdschee/aspnetcorevb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mevdschee/aspnetcorevb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Faspnetcorevb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Faspnetcorevb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Faspnetcorevb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Faspnetcorevb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mevdschee","download_url":"https://codeload.github.com/mevdschee/aspnetcorevb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mevdschee%2Faspnetcorevb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275364719,"owners_count":25451514,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-16T02:00:10.229Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-03T18:44:01.210Z","updated_at":"2025-09-16T04:52:39.944Z","avatar_url":"https://github.com/mevdschee.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP.Net Core Web Application in Visual Basic\n\nI ported the example \"ASP.Net Core Web Application\" from C# to VB.net. It is (successfully) using Razor .cshtml files in a VB project. I have ensured it is compatible with ASP.Net Core 2.1.\n\nWhen you run this code using 'dotnet run' you will encounter:\n\n    fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]\n        An unhandled exception has occurred while executing the request.\n    Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException: One or more compilation failures occurred:\n    wjrfi1bi.4iy(1,1): error CS8301: Invalid name for a preprocessing symbol; ',NETCOREAPP,NETCOREAPP2_1' is not a valid identifier\n    at Microsoft.AspNetCore.Mvc.Razor.Internal.RazorViewCompiler.CompileAndEmit(RazorCodeDocument codeDocument, String generatedCode)\n    at Microsoft.AspNetCore.Mvc.Razor.Internal.RazorViewCompiler.CompileAndEmit(String relativePath)\n    at Microsoft.AspNetCore.Mvc.Razor.Internal.RazorViewCompiler.OnCacheMiss(String normalizedPath)\n    --- End of stack trace from previous location where exception was thrown ---\n\nDue to the file 'bin/Debug/netcoreapp2.1/App.deps.json' having:\n\n    {\n        \"runtimeTarget\": {\n            \"name\": \".NETCoreApp,Version=v2.1\",\n            \"signature\": \"8d19439ef22c432fe18f0eac697c8789fe30c00a\"\n        },\n        \"compilationOptions\": {\n            \"defines\": [\n            \",NETCOREAPP,NETCOREAPP2_1\"\n\nRemove `,NETCOREAPP,` (including the commas) in the last line and run again with 'dotnet run'.\n\nOther than that it seems to work with cshtml, as there seems to be no vbhtml support yet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Faspnetcorevb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmevdschee%2Faspnetcorevb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmevdschee%2Faspnetcorevb/lists"}