Skip to content

add scrollbar that fits to screen #41

add scrollbar that fits to screen

add scrollbar that fits to screen #41

Triggered via push September 13, 2023 15:16
Status Success
Total duration 42s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: Turbulence.API/Discord/Models/DiscordGuild/Guild.cs#L87
Required member 'Guild.Region' should not be attributed with 'ObsoleteAttribute' unless the containing type is obsolete or all constructors are obsolete.
build: Turbulence.CLI/Discord.cs#L158
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.
build: Turbulence.CLI/Discord.cs#L319
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.
build: Turbulence.TGUI/Main.cs#L21
Non-nullable field 'Discord' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Turbulence.API/Discord/Models/DiscordGuild/Guild.cs#L87
Required member 'Guild.Region' should not be attributed with 'ObsoleteAttribute' unless the containing type is obsolete or all constructors are obsolete.
build: Turbulence.CLI/Discord.cs#L158
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.
build: Turbulence.CLI/Discord.cs#L319
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.
build: Turbulence.TGUI/Main.cs#L21
Non-nullable field 'Discord' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.