Skip to content

Instantly share code, notes, and snippets.

@darbio
Created June 6, 2016 02:22
Show Gist options
  • Save darbio/a25667fc066e5fc636ff746db870e8fb to your computer and use it in GitHub Desktop.
Save darbio/a25667fc066e5fc636ff746db870e8fb to your computer and use it in GitHub Desktop.
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'IRule' could not be found (are you missing a using directive or an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Extensions\GenericExtensions.cs 9 Active
Error CS0234 The type or namespace name 'DataAnnotations' does not exist in the namespace 'System.ComponentModel' (are you missing an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Extensions\DomainObjectExtensions.cs 5 Active
Error CS0234 The type or namespace name 'Core' does not exist in the namespace 'Peasy' (are you missing an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Extensions\GenericExtensions.cs 1 Active
Error CS0234 The type or namespace name 'Serialization' does not exist in the namespace 'System.Runtime' (are you missing an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Extensions\ObjectExtensions.cs 3 Active
Error CS0234 The type or namespace name 'Core' does not exist in the namespace 'Peasy' (are you missing an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\IServiceDataProxy.cs 1 Active
Error CS0246 The type or namespace name 'IDataProxy<,>' could not be found (are you missing a using directive or an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\IServiceDataProxy.cs 5 Active
Error CS0234 The type or namespace name 'Core' does not exist in the namespace 'Peasy' (are you missing an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\ConcurrencyCheckRule.cs 2 Active
Error CS0246 The type or namespace name 'RuleBase' could not be found (are you missing a using directive or an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\ConcurrencyCheckRule.cs 6 Active
Error CS0115 'ConcurrencyCheckRule.OnValidate()': no suitable method found to override Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\ConcurrencyCheckRule.cs 17 Active
Error CS0234 The type or namespace name 'Core' does not exist in the namespace 'Peasy' (are you missing an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\GreaterThanZeroRule.cs 1 Active
Error CS0246 The type or namespace name 'RuleBase' could not be found (are you missing a using directive or an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\GreaterThanZeroRule.cs 5 Active
Error CS0115 'GreaterThanZeroRule.OnValidate()': no suitable method found to override Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\GreaterThanZeroRule.cs 16 Active
Error CS0234 The type or namespace name 'Core' does not exist in the namespace 'Peasy' (are you missing an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\PropertyValueRequiredRule.cs 1 Active
Error CS0246 The type or namespace name 'RuleBase' could not be found (are you missing a using directive or an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\PropertyValueRequiredRule.cs 5 Active
Error CS0115 'PropertyValueRequiredRule.OnValidate()': no suitable method found to override Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\PropertyValueRequiredRule.cs 14 Active
Error CS0234 The type or namespace name 'Core' does not exist in the namespace 'Peasy' (are you missing an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\ValueRequiredRule.cs 1 Active
Error CS0246 The type or namespace name 'RuleBase' could not be found (are you missing a using directive or an assembly reference?) Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\ValueRequiredRule.cs 6 Active
Error CS0115 'ValueRequiredRule.OnValidate()': no suitable method found to override Peasy..NETStandard,Version=v1.5 C:\Users\james\Desktop\darbio\Peasy.NETCore\Peasy.NET\Peasy\Rules\ValueRequiredRule.cs 41 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment