Steve Dunn

Results 87 issues of Steve Dunn

### Describe the feature The 'Instance' idea is rather limited when it comes to types that are non-const, e.g. `decimal`, and other non-primitive types, such as `DateTime`. For instance, in...

enhancement

### Describe the feature Vogen should handle primary constructors in classes. It handles them in records. In particular, look at the analyzers to see if they currently allow a back...

enhancement

### Describe the feature Have an entry in global config that allows users to stipulate that all value objects attributes must specify the type of the underlying value. It's currently...

enhancement

### Describe the bug Take the following code - it produces compilation errors: ![image](https://user-images.githubusercontent.com/263416/206568026-ae29e930-8ca6-4082-bb8b-a7311e12b8da.png) ### Steps to reproduce Type the code above ### Expected behaviour No compilation errors, just an...

enhancement

### Describe the feature This is a suggested improvement to the way the source is generated for the underlying type that is bing wrapped. There is no particular bug associated...

enhancement

### Describe the feature The tests take ages to run (> 40 minutes). Make them run in parallel to speed up PRs and merges.

enhancement

### Describe the feature Users write their own validation method. It must be static and Vogen errors if it's not. Have a code fixer that makes it static.

enhancement

### Describe the feature R# reports this: ![image](https://user-images.githubusercontent.com/263416/199164836-18a8d8a4-b55a-459f-8dc1-fbe7118ce04d.png) If there was a partial implementation, it’d probably stop reporting that.

enhancement

### Describe the feature Update readme to show the additional stuff it generates

enhancement

### Describe the feature Include Microsoft.CodeAnalysis.BannedApiAnalyzers

enhancement