fix: change time based config properties to use timespan, add tests #12
Annotations
13 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v2, github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Upload SARIF output to GitHub Security Center
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Run dotnet build --configuration Release:
src/Htmxor/Configuration/Serialization/HtmxConfigJsonSerializerContext.cs#L5
The member 'Htmxor.Configuration.Serialization.HtmxConfigJsonSerializerContext' has been annotated with 'JsonStringEnumConverter' which is not supported in native AOT. Consider using the generic 'JsonStringEnumConverter<TEnum>' instead. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1034)
|
Run dotnet build --configuration Release:
src/Htmxor/Http/HtmxResponse.cs#L5
Parameter 'context' is unread.
|
Run dotnet build --configuration Release:
src/Htmxor/Components/FullPageContent.cs#L5
Missing XML comment for publicly visible type or member 'FullPageContent'
|
Run dotnet build --configuration Release:
src/Htmxor/Components/FullPageContent.cs#L11
Missing XML comment for publicly visible type or member 'FullPageContent.ChildContent'
|
Run dotnet build --configuration Release:
src/Htmxor/Components/FullPageContent.cs#L13
Missing XML comment for publicly visible type or member 'FullPageContent.Attach(RenderHandle)'
|
Run dotnet build --configuration Release:
src/Htmxor/Components/FullPageContent.cs#L15
Missing XML comment for publicly visible type or member 'FullPageContent.SetParametersAsync(ParameterView)'
|
Run dotnet build --configuration Release:
src/Htmxor/Components/HtmxContent.cs#L5
Missing XML comment for publicly visible type or member 'HtmxContent'
|
Run dotnet build --configuration Release:
src/Htmxor/Components/HtmxContent.cs#L11
Missing XML comment for publicly visible type or member 'HtmxContent.ChildContent'
|
Run dotnet build --configuration Release:
src/Htmxor/Components/HtmxContent.cs#L13
Missing XML comment for publicly visible type or member 'HtmxContent.Attach(RenderHandle)'
|
Run dotnet build --configuration Release:
src/Htmxor/Components/HtmxContent.cs#L15
Missing XML comment for publicly visible type or member 'HtmxContent.SetParametersAsync(ParameterView)'
|
The logs for this run have expired and are no longer available.
Loading