Skip to content

fix: Mistral "Object reference not set to an intance of object" #745

fix: Mistral "Object reference not set to an intance of object"

fix: Mistral "Object reference not set to an intance of object" #745

Triggered via pull request January 7, 2026 08:55
Status Failure
Total duration 1m 37s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 5 warnings
Build
Process completed with exit code 1.
Lint
Process completed with exit code 1.
Build: src/Cellm.Installers/AppComponents.wxs#L6
ICE91: The file 'AppSettings' will be installed to the per user directory 'INSTALLFOLDER' that doesn't vary based on ALLUSERS value. This file won't be copied to each user's profile even if a per machine installation is desired.
Build: src/Cellm.Installers/AppComponents.wxs#L5
ICE91: The file 'CellmAddIn64PackedXll' will be installed to the per user directory 'INSTALLFOLDER' that doesn't vary based on ALLUSERS value. This file won't be copied to each user's profile even if a per machine installation is desired.
Build: src/Cellm.Installers/AppComponents.wxs#L6
ICE91: The file 'AppSettings' will be installed to the per user directory 'INSTALLFOLDER' that doesn't vary based on ALLUSERS value. This file won't be copied to each user's profile even if a per machine installation is desired.
Build: src/Cellm.Installers/AppComponents.wxs#L5
ICE91: The file 'CellmAddIn64PackedXll' will be installed to the per user directory 'INSTALLFOLDER' that doesn't vary based on ALLUSERS value. This file won't be copied to each user's profile even if a per machine installation is desired.
Lint: src/Cellm.Tests/Unit/Providers/MistralProviderTests.cs#L133
Use "Async" suffix in names of methods that return an awaitable type.