xmlの小説の読み込み部分の作成 #116
Annotations
20 warnings
test:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L50
Non-nullable field 'Rb' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L53
Non-nullable field 'Rt' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L43
Non-nullable field 'InnerText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L37
Non-nullable field 'Texts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L28
Non-nullable field 'Paragraphs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L19
Non-nullable field 'Sections' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L10
Non-nullable field 'Title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L13
Non-nullable field 'Content' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
test:
Epub/KoeBook.Epub/Services/ScrapingClaudeStroyService.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test:
Epub/KoeBook.Epub/Services/ScrapingClaudeStroyService.cs#L84
Converting null literal or possible null value to non-nullable type.
|
build:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L50
Non-nullable field 'Rb' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L53
Non-nullable field 'Rt' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L43
Non-nullable field 'InnerText' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L37
Non-nullable field 'Texts' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L28
Non-nullable field 'Paragraphs' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L19
Non-nullable field 'Sections' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L10
Non-nullable field 'Title' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Epub/KoeBook.Epub/Models/ClaudeStory.cs#L13
Non-nullable field 'Content' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Epub/KoeBook.Epub/Services/ScrapingClaudeStroyService.cs#L17
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build:
Epub/KoeBook.Epub/Services/ScrapingClaudeStroyService.cs#L84
Converting null literal or possible null value to non-nullable type.
|