Add Reference Type Warnings #1367
Annotations
10 errors
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L29
Type 'Program.MyRefType' is a reference type. Reference types like classes cannot be used in kernels, except for arrays of value types.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L30
Type 'Program.MyRefType' is a reference type. Reference types like classes cannot be used in kernels, except for arrays of value types.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L37
Type 'Program.MyRefType[]' is an array of type 'Program.MyRefType', which is a reference type. Arrays of reference types cannot be used in kernels.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L37
Type 'Program.MyRefType[]' is an array of type 'Program.MyRefType', which is a reference type. Arrays of reference types cannot be used in kernels.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L37
Type 'Program.MyRefType' is a reference type. Reference types like classes cannot be used in kernels, except for arrays of value types.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L23
Type 'Program.MyRefType' is a reference type. Reference types like classes cannot be used in kernels, except for arrays of value types.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L29
Type 'Program.MyRefType' is a reference type. Reference types like classes cannot be used in kernels, except for arrays of value types.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L30
Type 'Program.MyRefType' is a reference type. Reference types like classes cannot be used in kernels, except for arrays of value types.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L37
Type 'Program.MyRefType[]' is an array of type 'Program.MyRefType', which is a reference type. Arrays of reference types cannot be used in kernels.
|
Build solution:
Samples/RefTypeAnalyzer/Program.cs#L37
Type 'Program.MyRefType[]' is an array of type 'Program.MyRefType', which is a reference type. Arrays of reference types cannot be used in kernels.
|
The logs for this run have expired and are no longer available.
Loading