fdesu
Member
Hi there,
I have a few warning, i tryed to get some information about it.
I didn't get too much, but i would like to know what can i do to fix it?
Thanks in advanced
Regards!
I have a few warning, i tryed to get some information about it.
I didn't get too much, but i would like to know what can i do to fix it?
Thanks in advanced
Regards!
ServUO:
Warnings:
+ Misc/Email.cs:
CS0618: Line 36: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead'
CS0618: Line 50: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead'
+ Services/Monster Stealing/Items/GemOfSalvation.cs:
CS0472: Line 49: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Monster Stealing/Items/ManaDraught.cs:
CS0472: Line 30: The result of comparing value type `System.DateTime' with null is always `true'
CS0472: Line 70: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Monster Stealing/Items/SeedOflife.cs:
CS0472: Line 43: The result of comparing value type `System.DateTime' with null is always `true'
CS0472: Line 84: The result of comparing value type `System.DateTime' with null is always `true'
+ Services/Town Cryer/TownCryerSystem.cs:
CS1717: Line 538: Assignment made to same variable; did you mean to assign something else?