NightmareXIV / ECommons

A library for Dalamud
MIT License
34 stars 40 forks source link

Errors in `DuoLog` #37

Closed Jukkales closed 5 months ago

Jukkales commented 5 months ago

After update today i get some errors coming from DuoLog:

0>------- Started building project: ECommons
C:\Program Files\dotnet\dotnet.exe exec ......
0>DuoLog.cs(20,17): Error CS0117 : "XivChatEntry" enthält keine Definition für "XivChatType".
0>DuoLog.cs(34,17): Error CS0117 : "XivChatEntry" enthält keine Definition für "XivChatType".
0>DuoLog.cs(48,17): Error CS0117 : "XivChatEntry" enthält keine Definition für "XivChatType".
0>DuoLog.cs(59,33): Error CS1729 : "string" enthält keinen Konstruktor, der 0 Argumente annimmt.
0>DuoLog.cs(61,17): Error CS0117 : "string" enthält keine Definition für "Message".
0>DuoLog.cs(72,33): Error CS1729 : "string" enthält keinen Konstruktor, der 0 Argumente annimmt.
0>DuoLog.cs(74,17): Error CS0117 : "string" enthält keine Definition für "Message".
0>DuoLog.cs(85,33): Error CS1729 : "string" enthält keinen Konstruktor, der 0 Argumente annimmt.
0>DuoLog.cs(87,17): Error CS0117 : "string" enthält keine Definition für "Message".
0>ImGuiEx.cs(581,17): Warning CS0618 : "UiBuilder.AddNotification(string, string?, NotificationType, uint)" ist veraltet: "Use INotificationManager."
0>------- Finished building project: ECommons. Succeeded: False. Errors: 9. Warnings: 1
Build completed in 00:00:00.805

grafik

XivChatType isnt declared in XivChatEntry, if change to Type instead its fine.

Using Dalamud 9.1.0.5

rolled back to a87a96f before the change is fine

Limiana commented 5 months ago

Hello, thank you for the report, the issue is corrected now

Jukkales commented 5 months ago

That was quick, working again now :) Thank you