Skip to content

Commit

Permalink
IProfileMetadataProvider Codefix
Browse files Browse the repository at this point in the history
  • Loading branch information
semalaiappan committed Jan 24, 2024
1 parent 87ce3ac commit 10e32b8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ public bool HasProfileData
=> ProfileXDocument.Nodes()
.Any();

public IReadOnlyDictionary<string, XElement> ProfileDefinitionsByName => throw new NotImplementedException();

/// <summary>
/// Gets the specified Profile definition by name.
/// </summary>
Expand Down

0 comments on commit 10e32b8

Please sign in to comment.