Commit c41f7e0
authored
feat!: update target frameworks, merge IAsyncParseNodeFactory, and remove obsolete APIs (#708)
Update target frameworks to net8.0 and net10.0 (drop net5.0 and net6.0),
merge IAsyncParseNodeFactory into IParseNodeFactory, remove synchronous
deserialization methods from KiotaSerializer, migrate to central package
management, and add a v1.x to v2.x upgrade guide.
feat!: update target frameworks to net8.0 and net10.0, drop net5.0 and net6.0
BREAKING-CHANGE: net5.0 and net6.0 TFMs dropped; net8.0 and net10.0 added.
Source-Link: cc3ca4b
fix: resolve trim analysis warnings and pin PublicApiAnalyzers to net8.0
Source-Link: c017c65
chore: migrate to central package management via Directory.Packages.props
Source-Link: a0651aa
ci: update ESRP signing SDK install to .NET 8 and add .NET 10
Source-Link: 6ab1ad2
fix(build): update package version lower bounds from 6.0 to 8.0
Source-Link: 61a76e6
refactor(abstractions)!: merge IAsyncParseNodeFactory into IParseNodeFactory
BREAKING-CHANGE: IAsyncParseNodeFactory removed; implement IParseNodeFactory.GetRootParseNodeAsync directly.
Source-Link: 1836a32
refactor(abstractions)!: remove synchronous Deserialize and DeserializeCollection from KiotaSerializer
BREAKING-CHANGE: Use DeserializeAsync/DeserializeCollectionAsync instead.
Source-Link: 1836a32
refactor(serialization): update JsonParseNodeFactory, FormParseNodeFactory, and TextParseNodeFactory for unified IParseNodeFactory
Source-Link: 1836a32
refactor(abstractions)!: remove deprecated single-param MultipartBody.GetPartValue and RemovePart overloads
BREAKING-CHANGE: GetPartValue<T>(string) and RemovePart(string) removed; use the overloads that accept (partName, contentType).
Source-Link: 1836a32
fix(ci): use glob pattern for timestamped coverlet coverage report paths
Source-Link: 1836a32
build(http): bump System.Net.Http.WinHttpHandler lower bound to [10.0,) for net462
Source-Link: c126a66
docs: add v1.x to v2.x upgrade guide
Source-Link: 713273d
docs: enhance upgrade guide with agent-friendly metadata and compiler error mappings
Source-Link: bd8cafc1 parent 5eba0cd commit c41f7e0
53 files changed
Lines changed: 981 additions & 942 deletions
File tree
- .azure-pipelines
- .github
- workflows
- docs
- src
- abstractions
- serialization
- store
- authentication/azure
- bundle
- generated
- http/httpClient
- serialization
- form
- json
- multipart
- text
- tests
- abstractions
- Serialization
- authentication/azure
- bundle
- http/httpClient
- serialization
- form
- json
- multipart
- text
- trimming/Microsoft.Kiota.Trimming.Validation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
| |||
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | | - | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments