Skip to content

Create Release Draft #7

Create Release Draft

Create Release Draft #7

Manually triggered May 6, 2024 12:32
Status Success
Total duration 3m 17s
Artifacts 2

release.yml

on: workflow_dispatch
get_version  /  Get Version
4s
get_version / Get Version
publish  /  ...  /  Get Version
3s
publish / get_version / Get Version
build  /  Build for Windows
59s
build / Build for Windows
build  /  Build for Linux
1m 21s
build / Build for Linux
publish  /  Create Windows Artifacts
2m 46s
publish / Create Windows Artifacts
publish  /  Create Linux Artifacts
51s
publish / Create Linux Artifacts
create_release_draft
4s
create_release_draft
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
publish / Create Linux Artifacts: UtilityClient/obj/Release/net8.0/linux-x64/UtilityClient.AssemblyInfo.cs#L16
The specified version string '0.0.2-preview' does not conform to the recommended format - major.minor.build.revision
publish / Create Linux Artifacts: UtilityClient/Utility.cs#L86
The member 'Utility.ConnectAsync()' does not hide an accessible member. The new keyword is not required.
publish / Create Linux Artifacts: UtilityClient/Native/WebsocketClient.cs#L72
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish / Create Linux Artifacts: UtilityClient/Native/WebsocketClient.cs#L33
Converting null literal or possible null value to non-nullable type.
publish / Create Linux Artifacts: UtilityClient/Native/WebsocketClient.cs#L11
Non-nullable field '_receiveMessageTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish / Create Linux Artifacts: UtilityClient/Native/WebsocketClient.cs#L12
Non-nullable field '_connectionTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish / Create Linux Artifacts: UtilityClient/Native/SocketClient.cs#L44
Possible null reference return.
publish / Create Linux Artifacts: UtilityClient/Utility.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
publish / Create Linux Artifacts: UtilityClient/Utility.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
publish / Create Linux Artifacts: UtilityClient/obj/Release/net8.0/UtilityClient.AssemblyInfo.cs#L16
The specified version string '0.0.2-preview' does not conform to the recommended format - major.minor.build.revision
build / Build for Windows: UtilityClient/Utility.cs#L86
The member 'Utility.ConnectAsync()' does not hide an accessible member. The new keyword is not required.
build / Build for Windows: UtilityClient/Native/SocketClient.cs#L44
Possible null reference return.
build / Build for Windows: UtilityClient/Native/WebsocketClient.cs#L72
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build / Build for Windows: UtilityClient/Native/WebsocketClient.cs#L33
Converting null literal or possible null value to non-nullable type.
build / Build for Windows: UtilityClient/Native/WebsocketClient.cs#L11
Non-nullable field '_receiveMessageTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build / Build for Windows: UtilityClient/Native/WebsocketClient.cs#L12
Non-nullable field '_connectionTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build / Build for Windows: UtilityClient/Utility.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
build / Build for Windows: UtilityClient/Utility.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build / Build for Windows: FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs#L120
Converting null literal or possible null value to non-nullable type.
build / Build for Windows: FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs#L19
Field 'GoXlrChannelSyncFilter.FilterContext.IsEnabled' is never assigned to, and will always have its default value
build / Build for Linux: UtilityClient/Utility.cs#L86
The member 'Utility.ConnectAsync()' does not hide an accessible member. The new keyword is not required.
build / Build for Linux: UtilityClient/Native/SocketClient.cs#L44
Possible null reference return.
build / Build for Linux: UtilityClient/Native/WebsocketClient.cs#L72
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build / Build for Linux: UtilityClient/Native/WebsocketClient.cs#L33
Converting null literal or possible null value to non-nullable type.
build / Build for Linux: UtilityClient/Native/WebsocketClient.cs#L11
Non-nullable field '_receiveMessageTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build / Build for Linux: UtilityClient/Native/WebsocketClient.cs#L12
Non-nullable field '_connectionTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build / Build for Linux: UtilityClient/Utility.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
build / Build for Linux: UtilityClient/Utility.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
build / Build for Linux: FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs#L120
Converting null literal or possible null value to non-nullable type.
build / Build for Linux: FaderSyncPlugin/OBS/GoXlrChannelSyncFilter.cs#L19
Field 'GoXlrChannelSyncFilter.FilterContext.IsEnabled' is never assigned to, and will always have its default value
publish / Create Windows Artifacts: UtilityClient/obj/Release/net8.0/UtilityClient.AssemblyInfo.cs#L16
The specified version string '0.0.2-preview' does not conform to the recommended format - major.minor.build.revision
publish / Create Windows Artifacts: UtilityClient/Utility.cs#L86
The member 'Utility.ConnectAsync()' does not hide an accessible member. The new keyword is not required.
publish / Create Windows Artifacts: UtilityClient/Native/WebsocketClient.cs#L72
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish / Create Windows Artifacts: UtilityClient/Native/WebsocketClient.cs#L33
Converting null literal or possible null value to non-nullable type.
publish / Create Windows Artifacts: UtilityClient/Native/SocketClient.cs#L44
Possible null reference return.
publish / Create Windows Artifacts: UtilityClient/Native/WebsocketClient.cs#L11
Non-nullable field '_receiveMessageTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish / Create Windows Artifacts: UtilityClient/Native/WebsocketClient.cs#L12
Non-nullable field '_connectionTask' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
publish / Create Windows Artifacts: UtilityClient/Utility.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. JSON serialization and deserialization might require types that cannot be statically analyzed and might need runtime code generation. Use System.Text.Json source generation for native AOT applications.
publish / Create Windows Artifacts: UtilityClient/Utility.cs#L40
Using member 'System.Text.Json.JsonSerializer.Deserialize<TValue>(String, JsonSerializerOptions)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
publish / Create Windows Artifacts: UtilityClient/obj/Release/net8.0/win-x64/UtilityClient.AssemblyInfo.cs#L16
The specified version string '0.0.2-preview' does not conform to the recommended format - major.minor.build.revision

Artifacts

Produced during runtime
Name Size
linux-artifact Expired
10.1 MB
windows-artifact Expired
11.4 MB