What is the need to create the custom repository. Can we re use the exisiting repository that is created in the initial template.
Received update from team.
The discussion began in Aug 2017.
Support for .NET Core 2.0 Razor Pages aspnetboilerplate/aspnetboilerplate#2447 Cross Cutting Concerns for ASP.NET Core 2.0 Razor Pages aspnetboilerplate/aspnetboilerplate#2464 Razor UI Classes vs Plugins vs AspNetZero base #1189
Thank you .
I followed below to enforse https. But i am getting below errors. There is no help in the references. Can you please help with the references that are needed here . VS is refactoring does not help.
Severity Code Description Project File Line Suppression State Error CS1061 'IServiceCollection' does not contain a definition for 'AddHttpsRedirection' and no extension method 'AddHttpsRedirection' accepting a first argument of type 'IServiceCollection' could be found (are you missing a using directive or an assembly reference?)
Severity Code Description Project File Line Suppression State Error CS1061 'IApplicationBuilder' does not contain a definition for 'UseHttpsRedirection' and no extension method 'UseHttpsRedirection' accepting a first argument of type 'IApplicationBuilder' could be found (are you missing a using directive or an assembly reference?)
<cite>alper: </cite> Hi,
Enforce HTTPS in ASP.NET Core <a class="postlink" href="https://docs.microsoft.com/en-us/aspnet/core/security/enforcing-ssl?view=aspnetcore-2.1&tabs=visual-studio">https://docs.microsoft.com/en-us/aspnet ... ual-studio</a>
Configuring HTTPS in ASP.NET Core across different platforms <a class="postlink" href="https://blogs.msdn.microsoft.com/webdev/2017/11/29/configuring-https-in-asp-net-core-across-different-platforms/">https://blogs.msdn.microsoft.com/webdev ... platforms/</a>
Thank you so much everyone. Deleting the the obj and bin folders helped resolve the issue as well. Except the fact that i found this after two days of struggling. I wish this happened earlier.
Also, It would better if we can have instructions on deployment as well in the ASPNETZERO with out having to redirect to the microsoft documentation.
Oh wow. I figured out the issue. It is not because of the order of the columns but actually because of the columns names. I used all capital column names and in the js file created by Rad tool the columns are formatted in different format. Once i changed the columns to sentence case things rolled back to normal. I think Rad tool should have an ability to handle this.
What code do you want me to share.
All i did was , Just created a fully audited entity with six columns using the RAD tool.
Can you please elaborate on order of columns where?
I think in such case ideal thing would be merging the two accounts right?
Please ignore...I got this sorted out.It looks like there was na issue with my yarn.
Thank you so much when i try to run the getting started page Correct I am using core with jQuery and i was looking at the MVC :D documentation.