* Like/Dislike button click: backend and UI changes
- Reused metric controller PUT api which is used to update download count for Like/dislike user action.
- Existing UpdateCounts function app updated to take care of Like count update.
- Added a new field named Likes in Library controller.
* Removed unused metrics as well as function repossible to calculate those metrics
- Error: NU1202: Package Microsoft.Azure.WebJobs.Extensions.Storage
3.0.1 is not compatible with netstandard1.0 (.NETStandard,Version=v1.0).
Package Microsoft.Azure.WebJobs.Extensions.Storage 3.0.1 supports:
netstandard2.0 (.NETStandard,Version=v2.0)
- Warning: CS0618: 'TraceWriter' is obsolete: 'Will be removed in an
upcoming version. Use Microsoft.Extensions.Logging.ILogger instead.'