V4 Development: DefineConstants requires an overhaul #3326
Labels
feature-request
A feature should be added or improved.
p2
This is a standard priority issue
queued
v4
Describe the feature
The constants defined in the project have grown over the years and are a bit messy. There is still BCL constants defined and some of the constants look like they are the standard constants but are actually not. It would be good to do a general sweep over the v4 development branch and get rid of unnecessary constants, BCL definitions and rely as much as possible on the constants already defined by the SDK.
Also some of the defined constants are unnecessarily specific. For example it would be enough with the current target frameworks to use NETSTANDARD, NETCOREAPP and NET and once NETCOREAPP is dropped just NETSTANDARD and NET.
Use Case
Less cognitive overhead for everyone involved
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS .NET SDK and/or Package version used
All
Targeted .NET Platform
All
Operating System and version
All
The text was updated successfully, but these errors were encountered: