You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test-ResourceStrings current scans resources files in the repo and verifies the associated assembly has the expected generated resource class and associated resource strings.
The resx generated from the ETW manifest is the exception in that there is no generated C# class.
The fix is to update SMAResoruces.Tests.ps1 to add EventResource.resx to the exclusion list.
Test-ResourceStrings current scans resources files in the repo and verifies the associated assembly has the expected generated resource class and associated resource strings.
The resx generated from the ETW manifest is the exception in that there is no generated C# class.
The fix is to update SMAResoruces.Tests.ps1 to add EventResource.resx to the exclusion list.