Steve Dunn
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...
### 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...
### 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...
### Describe the bug Take the following code - it produces compilation errors:  ### Steps to reproduce Type the code above ### Expected behaviour No compilation errors, just an...
### 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...
### Describe the feature The tests take ages to run (> 40 minutes). Make them run in parallel to speed up PRs and merges.
### 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.
### Describe the feature R# reports this:  If there was a partial implementation, it’d probably stop reporting that.
### Describe the feature Update readme to show the additional stuff it generates
### Describe the feature Include Microsoft.CodeAnalysis.BannedApiAnalyzers