-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(GitVersion.Core, GitVersion.Schema): improve implementation of Types and JSON keywords in GitVersion.Configuration.json #3749
Commits on Dec 4, 2023
-
feat(GitVersion.Core, GitVersion.Schema): add support for JSON `defau…
…lt` annotation in schemas Only constant values can be passed to attributes, but an attribute's constructor can convert a parameter to the desired Type.
Configuration menu - View commit details
-
Copy full SHA for b558b7b - Browse repository at this point
Copy the full SHA b558b7bView commit details -
fix(GitVersion.Configuration): refactor 'JsonPropertyPattern' usage t…
…o 'JsonPropertyDefault'
Configuration menu - View commit details
-
Copy full SHA for 1978e75 - Browse repository at this point
Copy the full SHA 1978e75View commit details -
feat(GitVersion.Core, GitVersion.Schema): decouple
format
annotatio……n from `pattern` They are not mutually-inclusive. They have different purposes and can be used without the other.
Configuration menu - View commit details
-
Copy full SHA for bce0ab3 - Browse repository at this point
Copy the full SHA bce0ab3View commit details -
refactor(GitVersion.Configuration): utilize JsonPropertyFormat
also, update property descriptions and add comments
Configuration menu - View commit details
-
Copy full SHA for de0377c - Browse repository at this point
Copy the full SHA de0377cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e286f91 - Browse repository at this point
Copy the full SHA e286f91View commit details -
refactor(GitVersion.Configuration): add .NET 7 StringSyntaxAttribute …
…for CommitDateFormat
Configuration menu - View commit details
-
Copy full SHA for 9364cb0 - Browse repository at this point
Copy the full SHA 9364cb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63127c3 - Browse repository at this point
Copy the full SHA 63127c3View commit details -
refactor(GitVersion.Configuration): use 'default' constants in JsonPr…
…operty attributes
Configuration menu - View commit details
-
Copy full SHA for aa8524e - Browse repository at this point
Copy the full SHA aa8524eView commit details -
refactor(GitVersion.Core, GitVersion.Configuration): add const var De…
…faultLabelNumberPattern And fix pattern inconsistency. It was failing tests.
Configuration menu - View commit details
-
Copy full SHA for 27d22d4 - Browse repository at this point
Copy the full SHA 27d22d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82b9a9c - Browse repository at this point
Copy the full SHA 82b9a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca54838 - Browse repository at this point
Copy the full SHA ca54838View commit details -
build: fix build.ps1 argument parsing and passing
Switches should not have values and some keys' values should not be enclosed with double-quotes. Both were leading to fatal errors.
Configuration menu - View commit details
-
Copy full SHA for 89cc83d - Browse repository at this point
Copy the full SHA 89cc83dView commit details -
refactor(Common): when gitversion.dll not found, throw FileNotFound a…
…nd recommend running build.ps1 with "build,BuildPrepare"
Configuration menu - View commit details
-
Copy full SHA for af134dd - Browse repository at this point
Copy the full SHA af134ddView commit details -
refactor(GitVersion.Configuration): add BeforeString to avoid seriali…
…zing Nullable<DateTimeOffset> Nullable types seem to ignore the types' built-in JSON converters i.e. DateTimeOffset <=> string, but DateTimeOffset? <=> object or null
Configuration menu - View commit details
-
Copy full SHA for 47f2cff - Browse repository at this point
Copy the full SHA 47f2cffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a70b19 - Browse repository at this point
Copy the full SHA 9a70b19View commit details
Commits on Dec 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3dddd7e - Browse repository at this point
Copy the full SHA 3dddd7eView commit details