Skip to content

update

update #355

Triggered via push September 9, 2024 22:04
Status Failure
Total duration 1m 12s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
构建插件: src/SimultaneousUseFix/SimultaneousUseFix.cs#L39
The type or namespace name 'Chireiden' could not be found (are you missing a using directive or an assembly reference?)
构建插件: src/SimultaneousUseFix/SimultaneousUseFix.cs#L39
'ReadOnlyCollection<PluginContainer>' does not contain a definition for 'Get' and no accessible extension method 'Get' accepting a first argument of type 'ReadOnlyCollection<PluginContainer>' could be found (are you missing a using directive or an assembly reference?)
构建插件: src/SimultaneousUseFix/SimultaneousUseFix.cs#L47
The type or namespace name 'Chireiden' could not be found (are you missing a using directive or an assembly reference?)
构建插件: src/SimultaneousUseFix/SimultaneousUseFix.cs#L47
'ReadOnlyCollection<PluginContainer>' does not contain a definition for 'Get' and no accessible extension method 'Get' accepting a first argument of type 'ReadOnlyCollection<PluginContainer>' could be found (are you missing a using directive or an assembly reference?)
构建插件: src/SimultaneousUseFix/SimultaneousUseFix.cs#L39
The type or namespace name 'Chireiden' could not be found (are you missing a using directive or an assembly reference?)
构建插件: src/SimultaneousUseFix/SimultaneousUseFix.cs#L39
'ReadOnlyCollection<PluginContainer>' does not contain a definition for 'Get' and no accessible extension method 'Get' accepting a first argument of type 'ReadOnlyCollection<PluginContainer>' could be found (are you missing a using directive or an assembly reference?)
构建插件: src/SimultaneousUseFix/SimultaneousUseFix.cs#L47
The type or namespace name 'Chireiden' could not be found (are you missing a using directive or an assembly reference?)
构建插件: src/SimultaneousUseFix/SimultaneousUseFix.cs#L47
'ReadOnlyCollection<PluginContainer>' does not contain a definition for 'Get' and no accessible extension method 'Get' accepting a first argument of type 'ReadOnlyCollection<PluginContainer>' could be found (are you missing a using directive or an assembly reference?)
构建插件
Process completed with exit code 1.
构建插件: src/ChattyBridge/Message/PlayerChatMessage.cs#L15
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
构建插件: src/ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
构建插件: src/ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Prefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
构建插件: src/ChattyBridge/Message/PlayerMessage.cs#L39
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
构建插件: src/EconomicsAPI/EventArgs/PlayerEventArgs/BasePlayerEventArgs.cs#L7
Non-nullable property 'Player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
构建插件: src/EconomicsAPI/Events/PlayerHandler.cs#L10
Non-nullable event 'OnPlayerKillNpc' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
构建插件: src/EconomicsAPI/Events/PlayerHandler.cs#L12
Non-nullable event 'OnPlayerCountertop' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
构建插件: src/EconomicsAPI/Events/PlayerHandler.cs#L14
Non-nullable event 'OnPlayerCurrencyUpdate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
构建插件: src/EconomicsAPI/Model/PingData.cs#L11
Non-nullable field 'TSPlayer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
构建插件: src/EconomicsAPI/Model/PingData.cs#L13
Non-nullable field 'action' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.