Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed

Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

Status ID Uploaded By Description Work Items Action
Being evaluated
403 Oct 22 2007 at
8:37 AM
OlegUfaev Data Access Application Block extension for PostgreSQL database (Npgsql .NET provider)
Download

Applied
Oct 16 2007
348 Oct 5 2007 at
5:49 PM
randye Created NoGuid version of Logging Rolling FlatFile TextWriter TraceListener classes, which create a new file using an underscore and count instead of a GUID, if the log file is in use by another process.
Applied Oct 16 2007 : Randye integrated this.
Download

Applied
Oct 16 2007
349 Oct 5 2007 at
9:53 PM
randye NoGuidTextWriterTraceListener does not need to inherit from TextWriterTraceListener, which involves defining another private string fileName
Applied Oct 16 2007 : Randye integrated this.
Download

Applied
Oct 16 2007
357 Oct 8 2007 at
4:30 PM
randye Fix LogParser to check if statements for empty strings before using using "\r\n" with Header and Footer
Applied Oct 16 2007 : Randye integrated this.
Download

Applied
Oct 16 2007
362 Oct 9 2007 at
5:17 PM
randye The Tab Token string needs curly brackets:
public const string TabToken = "{tab}";
For the Replace:
regexString.Replace(TabToken, "\t");
Applied Oct 16 2007 : Randye integrated this.
Download

Applied
Oct 16 2007
366 Oct 10 2007 at
6:54 PM
randye Looks like NewLineToken and rollingfiledata need similar fix Parser.RegularExpressionBuilder.cs
Applied Oct 16 2007 : Randye integrated this.
Download

Applied
Oct 16 2007
369 Oct 10 2007 at
11:31 PM
randye Logging LogParser uses FileShare.ReadWrite to avoid System.IO.IOException reading the current log file that is open by the log writer

Applied Oct 16 2007 : Randye integrated this.
Download

Updating...