What happened?
Currently, we are ignoring this test:
|
public void ValidateRestMethodsForEntityInConfig( |
because the behavior of rest.methods property is not functioning correctly. The methods property is only relevant for stored-procedures but it is also getting populated for tables/views. Will have to un-ignore the test once behavior is fixed.
What happened?
Currently, we are ignoring this test:
data-api-builder/src/Service.Tests/Unittests/ConfigValidationUnitTests.cs
Line 1858 in ca3c444