Skip to content

Merge pull request #1021 from aws-powertools/docs/remove-net6-migrati… #74

Merge pull request #1021 from aws-powertools/docs/remove-net6-migrati…

Merge pull request #1021 from aws-powertools/docs/remove-net6-migrati… #74

Triggered via push October 7, 2025 13:33
Status Success
Total duration 1m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: examples/Kafka/Json/src/Models/Email.cs#L7
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Kafka/Json/src/Models/PhoneNumber.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Kafka/Json/src/Models/PhoneNumber.cs#L7
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Kafka/Json/src/Models/Preferences.cs#L11
Non-nullable property 'Timezone' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Kafka/Json/src/Models/Preferences.cs#L9
Non-nullable property 'Notifications' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Kafka/Json/src/Models/Preferences.cs#L7
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L90
Dereference of a possibly null reference.
build: examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L81
Dereference of a possibly null reference.
build: examples/Parameters/cfn/HelloWorld.Cfn/Function.cs#L80
'WebRequest.Create(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: examples/Idempotency/src/HelloWorld/Function.cs#L86
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.