Skip to content

Merge pull request #6 from tilde-nlp/feature/language_directions #84

Merge pull request #6 from tilde-nlp/feature/language_directions

Merge pull request #6 from tilde-nlp/feature/language_directions #84

Triggered via push August 23, 2024 12:31
Status Success
Total duration 2m 51s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Tilde.Translation/AppInfo.cs#L20
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tilde.Translation/AppInfo.cs#L25
Non-nullable property 'AppVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tilde.Translation/Models/Engine/LanguageDirection.cs#L18
Non-nullable property 'EngineName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tilde.Translation/Models/Engine/LanguageDirection.cs#L23
Non-nullable property 'SourceLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tilde.Translation/Models/Engine/LanguageDirection.cs#L28
Non-nullable property 'TargetLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tilde.Translation/Exceptions/DocumentNotReadyException.cs#L14
Missing XML comment for publicly visible type or member 'DocumentNotReadyException.Status'
build: Tilde.Translation/Models/Engine/LanguageDirection.cs#L8
Missing XML comment for publicly visible type or member 'LanguageDirection'
build: Tilde.Translation/AppInfo.cs#L20
Non-nullable property 'AppName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tilde.Translation/AppInfo.cs#L25
Non-nullable property 'AppVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Tilde.Translation/Models/Engine/LanguageDirection.cs#L18
Non-nullable property 'EngineName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.