This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Linq.Expressions; | |
using FluentAssertions; | |
using NUnit.Framework; | |
using Serialize.Linq.Serializers; | |
namespace Hello.SerializeLinq | |
{ | |
[TestFixture] | |
// ReSharper disable once InconsistentNaming |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Globalization; | |
using ExpressionEvaluator; | |
using FluentAssertions; | |
using NUnit.Framework; | |
namespace Hello.Expressions | |
{ | |
[TestFixture] | |
class ExpressionTests |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<!-- override the TkCompileTarget with empty to skip content compilation, e.g. for NCrunch --> | |
<Target Name="TkCompileTarget" /> | |
<Target Name="TkListContentAndCompileTarget" /> | |
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Diagnostics; | |
using Microsoft.Win32; | |
namespace Hello.RegEnv | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A powershell automating Word to generate Pdf |
NewerOlder