Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency on System.Net.Http #5

Closed
mrexodia opened this issue Jan 23, 2020 · 5 comments
Closed

Dependency on System.Net.Http #5

mrexodia opened this issue Jan 23, 2020 · 5 comments

Comments

@mrexodia
Copy link

Hello,

Today I wanted to use your library on Nuget, but for some reason it depends on System.Net.Http (for .net 4.5). I looked through the code but I could not find any reason for it and when removing it things still appear to work. I cannot get Workshell.PE.Resources to build locally though, so perhaps it is related?

Best regards,

Duncan

@lkinsella
Copy link
Contributor

Indeed you are right, nothing presently depends on it, might have been some old code that got factored out and the dependency was not cleaned up.

I've removed it and pushed out a new version, 2.1.2.

As for Workshell.PE.Resources can you be more descriptive? Not having any issues here (or in the build system).

@mrexodia
Copy link
Author

Thanks for the quick response and fix!

With regards to the compilation I did the following:

  • Install latest VS2019 community
  • Clone the repo and checkout latest master
  • Open dotNET PE.sln in VS, select Release and build solution

I get a huge amount of compilation errors:

1>------ Build started: Project: Workshell.PE, Configuration: Release Any CPU ------
1>Workshell.PE -> C:\CodeBlocks\Workshell.PE\bin\release\net45\Workshell.PE.dll
1>Utils.cs(41,26,41,51): warning CS0618: 'Marshal.SizeOf(Type)' is obsolete: 'SizeOf(Type) may be unavailable in future releases. Instead, use SizeOf<T>(). For more info, go to http://go.microsoft.com/fwlink/?LinkID=296515'
1>Workshell.PE -> C:\CodeBlocks\Workshell.PE\bin\release\netstandard1.6\Workshell.PE.dll
1>Done building project "Workshell.PE.csproj".
2>------ Build started: Project: Workshell.PE.Resources, Configuration: Release Any CPU ------
3>------ Build started: Project: Workshell.PE.Tests, Configuration: Release Any CPU ------
3>UtilsTests.cs(18,26,18,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\VersionResource.cs(55,30,55,45): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
3>UtilsTests.cs(28,26,28,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(37,26,37,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(47,26,47,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(57,26,57,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(67,26,67,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(77,26,77,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(87,26,87,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(97,26,97,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(126,13,126,18): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(140,17,140,22): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(153,26,153,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(172,26,172,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(187,26,187,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(198,50,198,55): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(205,26,205,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(214,26,214,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(223,26,223,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(232,26,232,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(241,26,241,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(250,26,250,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>UtilsTests.cs(260,26,260,31): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
3>Done building project "Workshell.PE.Tests.csproj" -- FAILED.
2>Accelerators\AcceleratorsResource.cs(77,28,77,33): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Accelerators\AcceleratorsResource.cs(85,50,85,82): error CS1061: 'Stream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogResource.cs(76,45,76,60): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogResource.cs(77,47,77,62): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VersionResource.cs(90,27,90,41): error CS1061: 'MemoryStream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VersionResource.cs(92,37,92,59): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VersionResource.cs(99,41,99,74): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(51,39,51,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(52,41,52,56): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(53,39,53,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(54,34,54,48): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(55,34,55,48): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(57,35,57,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(58,35,58,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(60,35,60,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt32Async' and no accessible extension method 'ReadInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(108,43,108,58): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(111,30,111,43): error CS1061: 'Stream' does not contain a definition for 'ReadByteAsync' and no accessible extension method 'ReadByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(116,42,116,56): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Native\BITMAPINFOHEADER.cs(57,28,57,33): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Graphics\BitmapResource.cs(38,60,38,65): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Graphics\BitmapResource.cs(39,60,39,65): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Menus\MenuResource.cs(77,45,77,60): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(78,48,78,63): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(52,36,52,51): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(53,39,53,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(54,37,54,52): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(55,36,55,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(61,37,61,51): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>ResourceUtils.cs(39,38,39,53): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>ResourceUtils.cs(46,38,46,53): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>ResourceUtils.cs(60,38,60,53): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(52,40,52,55): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(53,42,53,57): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(54,39,54,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(55,41,55,56): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(56,39,56,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(57,42,57,57): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(58,34,58,48): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(59,34,59,48): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(61,35,61,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(62,35,62,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(88,38,88,60): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(96,46,96,61): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(97,43,97,58): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(98,43,98,56): error CS1061: 'Stream' does not contain a definition for 'ReadByteAsync' and no accessible extension method 'ReadByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(101,54,101,67): error CS1061: 'Stream' does not contain a definition for 'ReadByteAsync' and no accessible extension method 'ReadByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(103,45,103,67): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(117,34,117,47): error CS1061: 'Stream' does not contain a definition for 'ReadByteAsync' and no accessible extension method 'ReadByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(82,26,82,40): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(84,36,84,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(88,38,88,53): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(75,46,75,84): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(79,43,79,82): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(93,61,93,68): error CS1061: 'uint' does not contain a definition for 'ToInt32' and no accessible extension method 'ToInt32' accepting a first argument of type 'uint' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(99,55,99,94): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(100,54,100,68): error CS1061: 'MemoryStream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(98,42,98,57): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(107,50,107,65): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(125,43,125,58): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(130,50,130,65): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(81,47,81,80): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(85,71,85,79): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(88,62,88,70): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(91,31,91,65): error CS1061: 'MemoryStream' does not contain a definition for 'WriteStructAsync' and no accessible extension method 'WriteStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(92,31,92,46): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(52,36,52,51): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(53,39,53,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(54,37,54,52): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(55,36,55,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(61,39,61,53): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\FixedFileInfo.cs(166,25,166,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(167,25,167,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(168,25,168,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(169,24,169,29): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Graphics\CursorGroupResource.cs(74,40,74,66): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroupResource.cs(83,44,83,74): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\FixedFileInfo.cs(176,25,176,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(177,25,177,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(178,25,178,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(179,24,179,29): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\StringFileInfo.cs(81,36,81,51): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(82,39,82,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(83,37,83,52): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(84,36,84,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(90,39,90,53): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\FixedFileInfo.cs(186,25,186,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(187,54,187,61): error CS1061: 'ulong' does not contain a definition for 'ToInt64' and no accessible extension method 'ToInt64' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(101,50,101,83): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(108,35,108,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(109,35,109,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(110,35,110,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(117,35,117,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(118,35,118,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(119,35,119,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(120,35,120,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(121,35,121,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(122,35,122,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(123,35,123,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(124,35,124,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(125,35,125,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(141,47,141,55): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(142,49,142,57): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(147,39,147,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(148,39,148,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(149,39,149,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(150,39,150,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(151,39,151,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(152,39,152,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(153,39,153,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(154,39,154,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(155,67,155,75): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Done building project "Workshell.PE.csproj".
2>Graphics\IconResource.cs(155,39,155,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(156,39,156,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(157,39,157,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(158,39,158,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(112,36,112,51): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(113,39,113,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(114,37,114,52): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(115,36,115,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(119,38,119,60): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Strings\StringTableResource.cs(78,47,78,62): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Strings\StringTableResource.cs(90,55,90,70): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroupResource.cs(74,40,74,66): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroupResource.cs(83,42,83,70): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(102,47,102,80): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(110,35,110,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(111,35,111,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(112,35,112,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(119,35,119,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(120,35,120,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(121,35,121,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(122,35,122,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(123,35,123,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(124,35,124,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(125,35,125,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(126,35,126,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(127,35,127,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(143,39,143,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(144,39,144,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(145,39,145,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Done building project "Workshell.PE.csproj".
2>Graphics\CursorResource.cs(146,39,146,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(147,39,147,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(148,39,148,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(149,39,149,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(150,39,150,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(151,39,151,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(152,39,152,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(153,39,153,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(154,39,154,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(121,30,121,45): error CS1061: 'Stream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(140,46,140,61): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(141,46,141,61): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(155,58,155,66): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(162,49,162,57): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(165,30,165,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(166,30,166,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(167,59,167,67): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(167,30,167,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(174,34,174,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(175,34,175,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(176,34,176,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(177,34,177,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(178,34,178,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(179,34,179,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(180,34,180,49): error CS1061: 'Stream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(181,34,181,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt32Async' and no accessible extension method 'WriteUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(188,34,188,49): error CS1061: 'Stream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(259,44,259,77): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(122,30,122,45): error CS1061: 'Stream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(128,58,128,66): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(138,30,138,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(139,30,139,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(140,59,140,67): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(140,30,140,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(150,34,150,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(151,34,151,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(152,34,152,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(153,34,153,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(154,34,154,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(155,34,155,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(156,34,156,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt32Async' and no accessible extension method 'WriteUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(157,34,157,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt32Async' and no accessible extension method 'WriteUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(168,34,168,49): error CS1061: 'Stream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(247,38,247,53): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(248,38,248,53): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(260,51,260,84): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(270,47,270,55): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(271,49,271,57): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Version\FixedFileInfo.cs(148,31,148,39): warning CS0169: The field 'FixedFileInfo._subType' is never used
2>Done building project "Workshell.PE.Resources.csproj" -- FAILED.
2>Native\BITMAPINFOHEADER.cs(57,28,57,33): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>ResourceUtils.cs(39,38,39,53): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>ResourceUtils.cs(46,38,46,53): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>ResourceUtils.cs(60,38,60,53): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(77,45,77,60): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(78,48,78,63): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogResource.cs(76,45,76,60): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogResource.cs(77,47,77,62): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Accelerators\AcceleratorsResource.cs(77,28,77,33): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Accelerators\AcceleratorsResource.cs(85,50,85,82): error CS1061: 'Stream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VersionResource.cs(55,30,55,45): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\FixedFileInfo.cs(166,25,166,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(167,25,167,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(168,25,168,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(169,24,169,29): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Graphics\BitmapResource.cs(38,60,38,65): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Graphics\BitmapResource.cs(39,60,39,65): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Dialogs\DialogItemEx.cs(51,39,51,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(52,41,52,56): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(53,39,53,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(54,34,54,48): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(55,34,55,48): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(57,35,57,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(58,35,58,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(60,35,60,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt32Async' and no accessible extension method 'ReadInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(108,43,108,58): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(111,30,111,43): error CS1061: 'Stream' does not contain a definition for 'ReadByteAsync' and no accessible extension method 'ReadByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogItemEx.cs(116,42,116,56): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\FixedFileInfo.cs(176,25,176,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(177,25,177,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(178,25,178,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(179,24,179,29): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\StringFileInfo.cs(52,36,52,51): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(53,39,53,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(54,37,54,52): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(55,36,55,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(61,39,61,53): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\FixedFileInfo.cs(186,25,186,30): error CS0281: Friend access was granted by 'Workshell.PE, Version=0.0.0.1, Culture=neutral, PublicKeyToken=null', but the public key of the output assembly ('') does not match that specified by the InternalsVisibleTo attribute in the granting assembly.
2>Version\FixedFileInfo.cs(187,54,187,61): error CS1061: 'ulong' does not contain a definition for 'ToInt64' and no accessible extension method 'ToInt64' accepting a first argument of type 'ulong' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(52,36,52,51): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(53,39,53,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(54,37,54,52): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(55,36,55,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(61,37,61,51): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(75,46,75,84): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(79,43,79,82): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(93,61,93,68): error CS1061: 'uint' does not contain a definition for 'ToInt32' and no accessible extension method 'ToInt32' accepting a first argument of type 'uint' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(99,55,99,94): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Messages\MessageTableResource.cs(100,54,100,68): error CS1061: 'MemoryStream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(82,26,82,40): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(84,36,84,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VarFileInfo.cs(88,38,88,53): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(98,42,98,57): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(107,50,107,65): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(125,43,125,58): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Menus\MenuResource.cs(130,50,130,65): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(52,40,52,55): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(53,42,53,57): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(54,39,54,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(55,41,55,56): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(56,39,56,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt32Async' and no accessible extension method 'ReadUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(57,42,57,57): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(58,34,58,48): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(59,34,59,48): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(61,35,61,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(62,35,62,49): error CS1061: 'Stream' does not contain a definition for 'ReadInt16Async' and no accessible extension method 'ReadInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(88,38,88,60): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(96,46,96,61): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(97,43,97,58): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(98,43,98,56): error CS1061: 'Stream' does not contain a definition for 'ReadByteAsync' and no accessible extension method 'ReadByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(101,54,101,67): error CS1061: 'Stream' does not contain a definition for 'ReadByteAsync' and no accessible extension method 'ReadByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(103,45,103,67): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Dialogs\DialogEx.cs(117,34,117,47): error CS1061: 'Stream' does not contain a definition for 'ReadByteAsync' and no accessible extension method 'ReadByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Strings\StringTableResource.cs(78,47,78,62): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Strings\StringTableResource.cs(90,55,90,70): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VersionResource.cs(90,27,90,41): error CS1061: 'MemoryStream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VersionResource.cs(92,37,92,59): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\VersionResource.cs(99,41,99,74): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(81,36,81,51): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(82,39,82,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(83,37,83,52): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(84,36,84,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(90,39,90,53): error CS1061: 'Stream' does not contain a definition for 'ReadBytesAsync' and no accessible extension method 'ReadBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(81,47,81,80): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(85,71,85,79): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(88,62,88,70): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(91,31,91,65): error CS1061: 'MemoryStream' does not contain a definition for 'WriteStructAsync' and no accessible extension method 'WriteStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\BitmapResource.cs(92,31,92,46): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(112,36,112,51): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(113,39,113,54): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(114,37,114,52): error CS1061: 'Stream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(115,36,115,58): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Version\StringFileInfo.cs(119,38,119,60): error CS1061: 'Stream' does not contain a definition for 'ReadUnicodeStringAsync' and no accessible extension method 'ReadUnicodeStringAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroupResource.cs(74,40,74,66): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroupResource.cs(83,44,83,74): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroupResource.cs(74,40,74,66): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroupResource.cs(83,42,83,70): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(101,50,101,83): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(108,35,108,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(109,35,109,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(110,35,110,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(117,35,117,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(118,35,118,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(119,35,119,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(120,35,120,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(121,35,121,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(122,35,122,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(123,35,123,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(124,35,124,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(125,35,125,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(141,47,141,55): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(142,49,142,57): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(147,39,147,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(148,39,148,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(149,39,149,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(150,39,150,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(151,39,151,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(152,39,152,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(153,39,153,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(154,39,154,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(155,67,155,75): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(155,39,155,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(156,39,156,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(157,39,157,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(158,39,158,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(122,30,122,45): error CS1061: 'Stream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(128,58,128,66): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(138,30,138,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(139,30,139,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(140,59,140,67): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(140,30,140,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(150,34,150,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(151,34,151,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(152,34,152,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(153,34,153,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(154,34,154,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(155,34,155,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(156,34,156,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt32Async' and no accessible extension method 'WriteUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(157,34,157,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt32Async' and no accessible extension method 'WriteUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconGroup.cs(168,34,168,49): error CS1061: 'Stream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(102,47,102,80): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(110,35,110,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(111,35,111,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(112,35,112,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(119,35,119,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(120,35,120,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(121,35,121,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(122,35,122,49): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(123,35,123,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(124,35,124,51): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(125,35,125,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(126,35,126,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(127,35,127,50): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(143,39,143,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(144,39,144,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(145,39,145,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(146,39,146,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(147,39,147,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(148,39,148,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(149,39,149,53): error CS1061: 'MemoryStream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(150,39,150,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(151,39,151,55): error CS1061: 'MemoryStream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(152,39,152,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(153,39,153,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(154,39,154,54): error CS1061: 'MemoryStream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(121,30,121,45): error CS1061: 'Stream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(140,46,140,61): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(141,46,141,61): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(155,58,155,66): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(162,49,162,57): error CS1061: 'int' does not contain a definition for 'ToUInt32' and no accessible extension method 'ToUInt32' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(165,30,165,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(166,30,166,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(167,59,167,67): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(167,30,167,46): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(174,34,174,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(175,34,175,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(176,34,176,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(177,34,177,48): error CS1061: 'Stream' does not contain a definition for 'WriteByteAsync' and no accessible extension method 'WriteByteAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(178,34,178,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(179,34,179,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt16Async' and no accessible extension method 'WriteUInt16Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(180,34,180,49): error CS1061: 'Stream' does not contain a definition for 'WriteInt32Async' and no accessible extension method 'WriteInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(181,34,181,50): error CS1061: 'Stream' does not contain a definition for 'WriteUInt32Async' and no accessible extension method 'WriteUInt32Async' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorGroup.cs(188,34,188,49): error CS1061: 'Stream' does not contain a definition for 'WriteBytesAsync' and no accessible extension method 'WriteBytesAsync' accepting a first argument of type 'Stream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\IconResource.cs(259,44,259,77): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(247,38,247,53): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(248,38,248,53): error CS1061: 'MemoryStream' does not contain a definition for 'ReadUInt16Async' and no accessible extension method 'ReadUInt16Async' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(260,51,260,84): error CS1061: 'MemoryStream' does not contain a definition for 'ReadStructAsync' and no accessible extension method 'ReadStructAsync' accepting a first argument of type 'MemoryStream' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(270,47,270,55): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Graphics\CursorResource.cs(271,49,271,57): error CS1061: 'int' does not contain a definition for 'ToUInt16' and no accessible extension method 'ToUInt16' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?)
2>Version\FixedFileInfo.cs(148,31,148,39): warning CS0169: The field 'FixedFileInfo._subType' is never used
2>Done building project "Workshell.PE.Resources.csproj" -- FAILED.
========== Build: 1 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

It seems that this is related to the SIGNED define (because compiling in Debug works fine). Likely you are manually modifying some properties for the release build to enable strong name signing? Perhaps you could use a custom property instead and define it when calling msbuild and make sure things compile properly in release for development.

@lkinsella
Copy link
Contributor

I've added a new CI build configuration that deals with the signing freeing up Release to just be a pure non-Debug build.

@lkinsella
Copy link
Contributor

I'm going to close this for now, if you have any other issues feel free to re-open or open a new issue.

@mrexodia
Copy link
Author

Oh it seems my email didn’t send earlier... thanks for the quick resolution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants