Skip to content

Add a proxy for System.Guid#237

Merged
agocke merged 1 commit intoserdedotnet:mainfrom
agocke:guid-proxy
Apr 13, 2025
Merged

Add a proxy for System.Guid#237
agocke merged 1 commit intoserdedotnet:mainfrom
agocke:guid-proxy

Conversation

@agocke
Copy link
Collaborator

@agocke agocke commented Apr 13, 2025

No description provided.

@agocke agocke merged commit 19c3304 into serdedotnet:main Apr 13, 2025
1 check passed
@agocke agocke deleted the guid-proxy branch April 13, 2025 05:22
@agocke agocke mentioned this pull request Apr 16, 2025
agocke added a commit to serdedotnet/serde.xml that referenced this pull request Jan 8, 2026
Updated [Serde](https://github.com/agocke/serde-dn) from 0.8.0-preview5
to 0.10.0.

<details>
<summary>Release notes</summary>

_Sourced from [Serde's
releases](https://github.com/agocke/serde-dn/releases)._

## 0.10.0

## What's Changed
* Add support for DateOnly and TimeOnly as primitives by @​agocke in
serdedotnet/serde#283
* Add Int128/UInt128 support to ISerializer and IDeserializer by
@​Copilot in serdedotnet/serde#285
* ISerdeInfo improvements by @​agocke in
serdedotnet/serde#288

**Full Changelog**:
serdedotnet/serde@v0.9.1...v0.10.0

## 0.9.1

## What's Changed
* Add helpful extensions by @​agocke in
serdedotnet/serde#275
* Fix reading fixed-size collections via proxies by @​agocke in
serdedotnet/serde#277
* Bump version by @​agocke in
serdedotnet/serde#278


**Full Changelog**:
serdedotnet/serde@v0.9.0...v0.9.1

## 0.9.0

## What's Changed
* Update overview.md by @​agocke in
serdedotnet/serde#265
* Add more benchmarking by @​agocke in
serdedotnet/serde#266
* Support deserializing JsonValue in JsonSerializer by @​agocke in
serdedotnet/serde#267
* Remove out parameter from TryReadIndex by @​agocke in
serdedotnet/serde#268
* Add asm baselining script by @​agocke in
serdedotnet/serde#269
* Reject duplicate fields by default by @​agocke in
serdedotnet/serde#270
* Add IDisposable to IDeserializer interface by @​agocke in
serdedotnet/serde#273
* Update version to v0.9 by @​agocke in
serdedotnet/serde#274


**Full Changelog**:
serdedotnet/serde@v0.8.0...v0.9.0

## 0.8.0

## What's Changed

Notable changes:
* Name change from 'wrapper' to 'proxy'
* Improved support for unions
* Removal of all generic-virtual-methods
* Removal of visitor pattern in deserialization
* Adding ISerde* convenience interfaces for implementing both serialize
and deserialize
* Updated samples
* Add new primitives for DateTime, DateTimeOffset, Guid, and byte arrays


**Full Changelog**:
serdedotnet/serde@v0.7.1...v0.8.0

## 0.8.0-preview9

## What's Changed
* Fix size of preallocated list so that we can use direct indexed
assignment to liat by @​AlgorithmsAreCool in
serdedotnet/serde#249
* Change enum proxy deserialize by @​agocke in
serdedotnet/serde#250
* Update package version by @​agocke in
serdedotnet/serde#251


**Full Changelog**:
serdedotnet/serde@v0.8.0-preview8...v0.8.0-preview9

## 0.8.0-preview8

## What's Changed
* Simplify pack by @​agocke in
serdedotnet/serde#246
* Update DateTime/DateTimeOffset primitives by @​agocke in
serdedotnet/serde#247
* Update package from p7 to p8 by @​agocke in
serdedotnet/serde#248


**Full Changelog**:
serdedotnet/serde@v0.8.0-preview7...v0.8.0-preview8

## 0.8.0-preview7

## What's Changed
* Add 'bytes' as a Serde primitive by @​agocke in
serdedotnet/serde#242
* Add PrimitiveKind enum by @​agocke in
serdedotnet/serde#244
* Move package to p7 by @​agocke in
serdedotnet/serde#245


**Full Changelog**:
serdedotnet/serde@v0.8.0-preview6...v0.8.0-preview7

## 0.8.0-preview6

## What's Changed
* Update README.md by @​agocke in
serdedotnet/serde#229
* Add new attribute for using type parameters as proxies by @​agocke in
serdedotnet/serde#230
* Add convenience conversions for JsonValue by @​agocke in
serdedotnet/serde#231
* Add doc comment for ISerialize{T} by @​agocke in
serdedotnet/serde#232
* Add DateTimeOffset as a primitive type by @​agocke in
serdedotnet/serde#236
* Add a proxy for System.Guid by @​agocke in
serdedotnet/serde#237

**Full Changelog**:
serdedotnet/serde@v0.8.0-preview5...v0.8.0-preview6

Commits viewable in [compare
view](serdedotnet/serde@v0.8.0-preview5...v0.10.0).
</details>

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Serde&package-manager=nuget&previous-version=0.8.0-preview5&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: agocke <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant