Skip to content

feat: redis cache (#14158) #6552

feat: redis cache (#14158)

feat: redis cache (#14158) #6552

Triggered via push November 26, 2024 13:21
Status Success
Total duration 5m 56s
Artifacts

codeql.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Analyze: testdata/Model/CSharp/melding.cs#L7
The type name 'melding' only contains lower-cased ascii characters. Such names may become reserved for the language.
Analyze: backend/src/DataModeling/Converter/Xml/XmlSchemaConvertException.cs#L36
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Analyze: backend/src/DataModeling/Converter/Metadata/ModelMetadataConvertException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Analyze: backend/src/DataModeling/Converter/Csharp/CsharpGenerationException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Analyze: backend/src/DataModeling/Converter/Json/JsonSchemaConvertException.cs#L36
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Analyze: backend/src/Designer/Models/Dto/AccessListMember.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze: backend/src/Designer/Controllers/ResourceAdminController.cs#L605
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze: backend/src/Designer/Models/Preview/DataPatchRequest.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Analyze: backend/src/Designer/Program.cs#L354
The local function 'GetXmlCommentsPathForControllers' is declared but never used
Analyze: backend/src/Designer/Models/ServiceResource.cs#L57
Non-nullable property 'ContactPoints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.