Skip to content

Add .NET 9 to frameworks #71

Add .NET 9 to frameworks

Add .NET 9 to frameworks #71

Triggered via pull request November 13, 2024 07:52
@hbulenshbulens
synchronize #20
net9.0
Status Success
Total duration 1m 5s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Facteur.MsGraph/GraphMailer.cs#L11
The type name 't' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Facteur.MsGraph/TokenProvider.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build: src/Facteur.MsGraph/GraphMailer.cs#L11
The type name 't' only contains lower-cased ascii characters. Such names may become reserved for the language.
build: src/Facteur.MsGraph/TokenProvider.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build: src/Facteur.Extensions.DependencyInjection.Tests/ServiceCollectionTests.cs#L16
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.