This repository was archived by the owner on Jun 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Kubernetes.EventGrid.Bridge.Contracts/Extensions
Kubernetes.EventGrid.Core/CloudEvents
Kubernetes.EventGrid.Tests.Unit Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11using System ;
22using System . ComponentModel ;
33
4- namespace Kubernetes . EventGrid . Core . Extensions
4+ namespace Kubernetes . EventGrid . Bridge . Contracts . Extensions
55{
66 public static class EnumExtensions
77 {
Original file line number Diff line number Diff line change 22using System . Net . Mime ;
33using CloudNative . CloudEvents ;
44using GuardNet ;
5+ using Kubernetes . EventGrid . Bridge . Contracts . Extensions ;
56using Kubernetes . EventGrid . Core . CloudEvents . Interfaces ;
6- using Kubernetes . EventGrid . Core . Extensions ;
77using Kubernetes . EventGrid . Core . Kubernetes ;
88using Kubernetes . EventGrid . Core . Kubernetes . Events . Interfaces ;
99using Kubernetes . EventGrid . Core . Kubernetes . Interfaces ;
Original file line number Diff line number Diff line change 11using System . Net . Mime ;
22using CloudNative . CloudEvents ;
33using Kubernetes . EventGrid . Bridge . Contracts . Enums ;
4+ using Kubernetes . EventGrid . Bridge . Contracts . Extensions ;
45using Kubernetes . EventGrid . Core . CloudEvents ;
5- using Kubernetes . EventGrid . Core . Extensions ;
66using Kubernetes . EventGrid . Core . Kubernetes ;
77using Kubernetes . EventGrid . Core . Kubernetes . Events ;
88using Kubernetes . EventGrid . Core . Kubernetes . Events . Interfaces ;
Original file line number Diff line number Diff line change 11using Kubernetes . EventGrid . Bridge . Contracts . Enums ;
2- using Kubernetes . EventGrid . Core . Extensions ;
2+ using Kubernetes . EventGrid . Bridge . Contracts . Extensions ;
33using Kubernetes . EventGrid . Tests . Unit . Extensions . Enums ;
44using Xunit ;
55
You can’t perform that action at this time.
0 commit comments