Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented Blazor Serverside #8074

Merged
merged 79 commits into from Mar 16, 2021
Merged

Implemented Blazor Serverside #8074

merged 79 commits into from Mar 16, 2021

Conversation

hikalkan
Copy link
Member

Resolves #5517

There are still some improvement points. But we will work on these separately.

@hikalkan hikalkan added this to the 4.3-preview milestone Mar 16, 2021
@hikalkan hikalkan merged commit ef5f6fb into dev Mar 16, 2021
@hikalkan hikalkan deleted the stsrki/dev-blazor-server branch March 16, 2021 08:46
@DonVliet
Copy link

Will you be removing the following:

"Settings": {
"Abp.Mailing.Smtp.Host": "127.0.0.1",
"Abp.Mailing.Smtp.Port": "25",
"Abp.Mailing.Smtp.UserName": "",
"Abp.Mailing.Smtp.Password": "",
"Abp.Mailing.Smtp.Domain": "",
"Abp.Mailing.Smtp.EnableSsl": "false",
"Abp.Mailing.Smtp.UseDefaultCredentials": "true",
"Abp.Mailing.DefaultFromAddress": "noreply@abp.io",
"Abp.Mailing.DefaultFromDisplayName": "ABP application"
}

from the appsettings.json ?

@DonVliet
Copy link

There is a file in the project root called TestStyleBundleContributor.cs - is this use for anything? Should it be called MyProjectNameBundleContributor and contain similar code to the MyProjectNameBundleContributor found in the Blazor project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server side Blazor compatibility
3 participants