Commit 722bf76
Remove invalid override methods for UInt64 enum tests
Removed the override attempts for Can_read_write_ulong_enum_JSON_values and Can_read_write_nullable_ulong_enum_JSON_values as these methods in the base class are not virtual and cannot be overridden.
The fix:
- Removed [ConditionalTheory] override methods that were causing CS0115 compilation error
- Added comment explaining that these Theory tests cannot be easily overridden due to InlineData attributes
- Collection-based UInt64 tests remain properly skipped above
Build now succeeds with zero compilation errors.
Co-authored-by: renemadsen <[email protected]>1 parent a6b566d commit 722bf76
File tree
1 file changed
+2
-10
lines changed- test/EFCore.MySql.FunctionalTests/Query
1 file changed
+2
-10
lines changedLines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
| 76 | + | |
| 77 | + | |
86 | 78 | | |
87 | 79 | | |
88 | 80 | | |
| |||
0 commit comments