Dilshod Komilov
Dilshod Komilov
@dsplaisted It will be good if you give us any workarround. It is slowing down our productivity. Removing lines from Microsoft.NET.Sdk.targets works but I am not sure it is good...
@dsplaisted Currently we have more than 30 projects in solution. Most of them have the same output and some of them not. That's why UseCommonOutputDirectory will not help us. We...
@dsplaisted Can we copy files if they exists? For example: ``` ```
any progress? My PR was failed
> I don't know. Did you check the steps?
> @komdil can you try to use the date-related [Arithmetic Operators](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_ArithmeticOperators) and let us know the result? @xuzhg Can you show any examples for solving my problem above?
@xuzhg > @komdil Can `https://localhost:44383/odata/Student('DBS')` works at your side? I tried, but I didn't work. Also, putting ODataRoutePrefix is not affecting to my controllers. I researched, but I couldn't find...
> @komdil, please note that your controllers should inherit from `ODataController`. In your case you're inheriting from `BaseController` (should it be `ControllerBase`?). > > While you can certainly use the...
> @komdil Was this issue resolved? I don't know. Did you check the steps?
I couldn't solve the tests. I think someone needs to take a look. I think BuildResourceInstance is working wrong because it is trying to create an instance of the resource....