Skip to content

Commit

Permalink
Remove unused class ClrTypeCache
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhg committed Jan 21, 2022
1 parent 75ba93a commit dc6452d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 250 deletions.
82 changes: 0 additions & 82 deletions src/Microsoft.AspNetCore.OData/Edm/ClrTypeCache.cs

This file was deleted.

5 changes: 0 additions & 5 deletions src/Microsoft.AspNetCore.OData/Microsoft.AspNetCore.OData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1916,11 +1916,6 @@
<param name="entityType">The EDM entity type.</param>
<returns>A collection of operations bound to the feed.</returns>
</member>
<member name="T:Microsoft.AspNetCore.OData.Edm.ClrTypeCache">
<summary>
CLR type cache
</summary>
</member>
<member name="T:Microsoft.AspNetCore.OData.Edm.CustomAggregateMethodAnnotation">
<summary>
Allows client to tell OData which are the custom aggregation methods defined.
Expand Down
161 changes: 0 additions & 161 deletions test/Microsoft.AspNetCore.OData.Tests/Edm/ClrTypeCacheTest.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@

using System;
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.OData.Edm;
using Microsoft.OData.Edm;
using Microsoft.OData.ModelBuilder;
using Moq;
using Xunit;

Expand Down

0 comments on commit dc6452d

Please sign in to comment.