Skip to content

Commit 4580656

Browse files
Ivan ShynkarenkaIvan Shynkarenka
Ivan Shynkarenka
authored and
Ivan Shynkarenka
committed
Get around csharp analyzers #62
1 parent eb73373 commit 4580656

File tree

1,955 files changed

+5932
-1990
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,955 files changed

+5932
-1990
lines changed

include/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace FBE {
1313

1414
// Fast binary encoding version
15-
const char version[] = "1.8.0.0";
15+
const char version[] = "1.9.0.0";
1616

1717
} // namespace FBE
1818

projects/CSharp/Proto/enums.cs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
2-
// https://github.com/chronoxor/FastBinaryEncoding
3-
// Source: enums.fbe
4-
// Version: 1.8.0.0
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
4+
// https://github.com/chronoxor/FastBinaryEncoding
5+
// Source: enums.fbe
6+
// FBE version: 1.9.0.0
7+
//
8+
// Changes to this file may cause incorrect behavior and will be lost if
9+
// the code is regenerated.
10+
// </auto-generated>
11+
//------------------------------------------------------------------------------
512

613
using System;
714
using System.Collections.Generic;

projects/CSharp/Proto/fbe.cs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
2-
// https://github.com/chronoxor/FastBinaryEncoding
3-
// Source: FBE
4-
// Version: 1.8.0.0
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
4+
// https://github.com/chronoxor/FastBinaryEncoding
5+
// Source: FBE
6+
// FBE version: 1.9.0.0
7+
//
8+
// Changes to this file may cause incorrect behavior and will be lost if
9+
// the code is regenerated.
10+
// </auto-generated>
11+
//------------------------------------------------------------------------------
512

613
using System;
714
using System.Collections.Generic;

projects/CSharp/Proto/proto.cs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
2-
// https://github.com/chronoxor/FastBinaryEncoding
3-
// Source: proto.fbe
4-
// Version: 1.8.0.0
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
4+
// https://github.com/chronoxor/FastBinaryEncoding
5+
// Source: proto.fbe
6+
// FBE version: 1.9.0.0
7+
//
8+
// Changes to this file may cause incorrect behavior and will be lost if
9+
// the code is regenerated.
10+
// </auto-generated>
11+
//------------------------------------------------------------------------------
512

613
using System;
714
using System.Collections.Generic;

projects/CSharp/Proto/protoex.cs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
2-
// https://github.com/chronoxor/FastBinaryEncoding
3-
// Source: protoex.fbe
4-
// Version: 1.8.0.0
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
4+
// https://github.com/chronoxor/FastBinaryEncoding
5+
// Source: protoex.fbe
6+
// FBE version: 1.9.0.0
7+
//
8+
// Changes to this file may cause incorrect behavior and will be lost if
9+
// the code is regenerated.
10+
// </auto-generated>
11+
//------------------------------------------------------------------------------
512

613
using System;
714
using System.Collections.Generic;

projects/CSharp/Proto/test.cs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
2-
// https://github.com/chronoxor/FastBinaryEncoding
3-
// Source: test.fbe
4-
// Version: 1.8.0.0
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
4+
// https://github.com/chronoxor/FastBinaryEncoding
5+
// Source: test.fbe
6+
// FBE version: 1.9.0.0
7+
//
8+
// Changes to this file may cause incorrect behavior and will be lost if
9+
// the code is regenerated.
10+
// </auto-generated>
11+
//------------------------------------------------------------------------------
512

613
using System;
714
using System.Collections.Generic;

projects/Go/proto/enums/EnumByte.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumChar.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumInt16.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumInt32.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumInt64.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumInt8.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumUInt16.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumUInt32.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumUInt64.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumUInt8.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumWChar.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/Enums.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumsFinalModel.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/EnumsModel.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumByte.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumChar.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumInt16.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumInt32.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumInt64.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumInt8.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumUInt16.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumUInt32.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumUInt64.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumUInt8.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnumWChar.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

projects/Go/proto/enums/FieldModelEnums.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
//------------------------------------------------------------------------------
12
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
23
// https://github.com/chronoxor/FastBinaryEncoding
34
// Source: enums.fbe
4-
// Version: 1.8.0.0
5+
// FBE version: 1.9.0.0
6+
//------------------------------------------------------------------------------
57

68
package enums
79

0 commit comments

Comments
 (0)