zerodowned

Moderator
@Voxpire

I've resolved any issues expect this one and I know I can just go in and remove the "override" but since it's regarding Read/Write I'm not sure that's for the best.

Comparing older and newer repos I can't figure out what the newer one is missing.



C#:
Errors:
 + Ultima Live Core-5.2.0.0/Text/Json/JsonReader.cs:
    CS0115: Line 430: 'JsonReader.ReadData()': no suitable method found to override
    CS0115: Line 435: 'JsonReader.ReadData<T>()': no suitable method found to override
    CS0115: Line 440: 'JsonReader.ReadDataList()': no suitable method found to override
    CS0115: Line 445: 'JsonReader.ReadStrongDataList()': no suitable method found to override
    CS0115: Line 450: 'JsonReader.ReadStrongDataList<T>()': no suitable method found to override
    CS0115: Line 455: 'JsonReader.ReadDataSet()': no suitable method found to override
    CS0115: Line 460: 'JsonReader.ReadDataSet<T>()': no suitable method found to override
 + Ultima Live Core-5.2.0.0/Text/Json/JsonWriter.cs:
    CS0115: Line 653: 'JsonWriter.Write(SaveData)': no suitable method found to override
    CS0115: Line 665: 'JsonWriter.Write(List<SaveData>)': no suitable method found to override
    CS0115: Line 668: 'JsonWriter.Write(List<SaveData>, bool)': no suitable method found to override
    CS0115: Line 677: 'JsonWriter.Write(HashSet<SaveData>)': no suitable method found to override
    CS0115: Line 680: 'JsonWriter.Write(HashSet<SaveData>, bool)': no suitable method found to override
    CS0115: Line 656: 'JsonWriter.WriteData<T>(T)': no suitable method found to override
    CS0115: Line 659: 'JsonWriter.WriteDataList(ArrayList)': no suitable method found to override
    CS0115: Line 662: 'JsonWriter.WriteDataList(ArrayList, bool)': no suitable method found to override
    CS0115: Line 671: 'JsonWriter.WriteDataList<T>(List<T>)': no suitable method found to override
    CS0115: Line 674: 'JsonWriter.WriteDataList<T>(List<T>, bool)': no suitable method found to override
    CS0115: Line 683: 'JsonWriter.WriteDataSet<T>(HashSet<T>)': no suitable method found to override
    CS0115: Line 686: 'JsonWriter.WriteDataSet<T>(HashSet<T>, bool)': no suitable method found to override
 
Back