Skip to content

Instantly share code, notes, and snippets.

View twcclegg's full-sized avatar
💭

Thomas Clegg twcclegg

💭
View GitHub Profile
@twcclegg
twcclegg / wordle.txt
Created January 24, 2022 20:21
Wordle Word List
cigar
rebut
sissy
humph
awake
blush
focal
evade
naval
serve
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Net.Http;
using System.Net.Http.Json;
using System.Runtime.Serialization;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
using Twilio;
class Comment1
{
public string comment { get; set; }
}
class Comment2
{
public Comment1 comment { get; set; }
}
private string FindLines(string search)
{
var lines = new StringBuilder("********************");
if (search != null)
foreach (
var line in Lines.Cast<CallContext>().Where(
line =>
(line?.Conference.App?.AppNumber ?? string.Empty) == search ||
(line?.CurrentCall?.NetworkInterfaceConnection.Identity?.BillingNumber ?? string.Empty)
.Contains(search) ||
diff --git a/src/Appender/AdoNetAppender.cs b/src/Appender/AdoNetAppender.cs
index c9600f2..2f4f27e 100644
--- a/src/Appender/AdoNetAppender.cs
+++ b/src/Appender/AdoNetAppender.cs
@@ -17,9 +17,6 @@
//
#endregion
-// SSCLI 1.0 has no support for ADO.NET
-#if !SSCLI