Skip to content

Commit

Permalink
Get around csharp analyzers #62
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Shynkarenka authored and Ivan Shynkarenka committed Apr 11, 2022
1 parent eb73373 commit 4580656
Show file tree
Hide file tree
Showing 1,955 changed files with 5,932 additions and 1,990 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace FBE {

// Fast binary encoding version
const char version[] = "1.8.0.0";
const char version[] = "1.9.0.0";

} // namespace FBE

Expand Down
15 changes: 11 additions & 4 deletions projects/CSharp/Proto/enums.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
//------------------------------------------------------------------------------
// <auto-generated>
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// FBE version: 1.9.0.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Collections.Generic;
Expand Down
15 changes: 11 additions & 4 deletions projects/CSharp/Proto/fbe.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: FBE
// Version: 1.8.0.0
//------------------------------------------------------------------------------
// <auto-generated>
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: FBE
// FBE version: 1.9.0.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Collections.Generic;
Expand Down
15 changes: 11 additions & 4 deletions projects/CSharp/Proto/proto.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: proto.fbe
// Version: 1.8.0.0
//------------------------------------------------------------------------------
// <auto-generated>
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: proto.fbe
// FBE version: 1.9.0.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Collections.Generic;
Expand Down
15 changes: 11 additions & 4 deletions projects/CSharp/Proto/protoex.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: protoex.fbe
// Version: 1.8.0.0
//------------------------------------------------------------------------------
// <auto-generated>
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: protoex.fbe
// FBE version: 1.9.0.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Collections.Generic;
Expand Down
15 changes: 11 additions & 4 deletions projects/CSharp/Proto/test.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: test.fbe
// Version: 1.8.0.0
//------------------------------------------------------------------------------
// <auto-generated>
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: test.fbe
// FBE version: 1.9.0.0
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Collections.Generic;
Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumByte.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumChar.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumInt16.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumInt32.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumInt64.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumInt8.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumUInt16.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumUInt32.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumUInt64.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumUInt8.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumWChar.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/Enums.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumsFinalModel.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/EnumsModel.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumByte.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumChar.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumInt16.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumInt32.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumInt64.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumInt8.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumUInt16.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumUInt32.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumUInt64.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumUInt8.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnumWChar.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
4 changes: 3 additions & 1 deletion projects/Go/proto/enums/FieldModelEnums.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
//------------------------------------------------------------------------------
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: enums.fbe
// Version: 1.8.0.0
// FBE version: 1.9.0.0
//------------------------------------------------------------------------------

package enums

Expand Down
Loading

0 comments on commit 4580656

Please sign in to comment.