asp.net-core-1.1 Questions
1
I am trying to override the RequiredAttribute in .net core and does not seem to work on asp.net core 1.1
Here is the test code
public class CustomRequiredAttribute : RequiredAttribute
{
public C...
Diabetes asked 23/12, 2016 at 4:43
2
Solved
I created new asp.net core web api project and updated to 1.1. I am getting following errors:
The project has not been restored or restore failed - run dotnet restore WebApplication1 C:\Program F...
Creator asked 29/11, 2016 at 10:23
© 2022 - 2024 — McMap. All rights reserved.